one word in our header on http://www.contenticiteit.nl seems to be to long to fit on a iPhone6 screen, the last letter isn’t fully shown, is there a css fix for this perhaps?
Hi Roderick,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
#top #wrap_all .custom-color-heading .av-special-heading-tag {
word-break: break-word !important;
}
}
Regards,
Rikard
Hi that didn’t work, broke the words manually, but you can still see it not working on another site http://www.internetbureaugorinchem.nl/
Hi,
I could find this code inside this media query: @media only screen and (max-width: 767px)
#top #wrap_all .av-inherit-size .av-special-heading-tag {
font-size: 0.8em;
}
And replace it with:
#top #wrap_all .av-inherit-size .av-special-heading-tag {
font-size: 0.8em;
word-break: break-all !important;
}
Hope this helps. :)
Best regards,
Nikko