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.
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
Hi Hans,
Thanks for keeping in touch.
Please try enabling this option and see whether it helps:
Thanks.
Hi Judith,
no effect at all. Actually it's already enabled.
Hans
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.
Hi Judith,
I could solve it by using this plugin: wp-Typography
Thanks,
Hans