Okay
  Public Ticket #2991311
Font size category overview page
Closed

Comments

  •  12
    hans started the conversation

    Hi,

    Please have a look at my screenshot to get an idea what my problem is. I want the headline font size of my posts to adjust automatically. Words are getting disrupted. I observe this problem not only on categories overview pages but on blog pages (recent posts e.g.) as well depending on what style I choose. What do you recommend? Any brilliant CSS snipet available? Thanks.

    Cheers,
    Hans

  •  1,877
    Judith replied

    Hi Hans,

    Thanks for keeping in touch.

    Please try enabling this option and see whether it helps:

    9379379020.png

    Thanks.

  •  12
    hans replied

    Hi Judith,

    no effect at all. Actually it's already enabled. 

    Hans

  •  1,877
    Judith replied

    Hi Hans,

    Please try this css:

    @media only screen and (max-width: 690px){
    .row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #mobile-menu .nectar-ext-menu-item .inherit-h3, #ajax-content-wrap .nectar-inherit-h3, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
        font-size: 18.4px;
    } }

    Thanks.

  •  12
    hans replied

    Hi Judith,

    I could solve it by using this plugin:  wp-Typography 

    Thanks,
    Hans