Enfold doesn’t show whole letters of a word in mobile view.
Here is the screen shot of what I mean:
http://i64.tinypic.com/10crgom.jpg
How to solve the alignment problem of Enfold?
Hey tennetno,
You may have to add wordpreak to the headings https://css-tricks.com/almanac/properties/w/word-break/
If you have any issues Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
“Barnemeny” on this page: http://www.homeontime.no/vinetest/
“SØKEMOTOROPTIMALISERING” on this page: http://www.webpluss.no/hva-koster-sokemotoroptimalisering/
Hi,
Thank you for sharing the links. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
body
p a {
display: inline-block;
}
.av-special-heading .av-special-heading-tag {
word-wrap: break-word;
}
Best regards,
Vinay