Hi,
On certain heading text inside content box’s or just special headings g,y the text is cut off on the bottom. I have been adding padding on the bottom to get over the problem but this adds in-line styles and extra HTML.
Hey pjnettitude!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h3.iconbox_content_title {
padding-bottom: 2px!important;
}
You have CSS minifying feature enabled. Please firstly disable it, apply the code and then re-enable
Regards,
Yigit
Hi,
Wondered if I could piggyback on this. Special headings always get cut off now, and even if I add padding within the special heading element. See this page down at the bottom where it says “What members are saying…” You’ll notice the g at the end gets cut off, as do all letters when they fall below… I’ve been noticing this on all my Enfold sites. Does it require CSS for everything? Or is it something else I’m doing?
thanks!
Hi @Eleina_Shinn,
I am going to report the issue to our devs and it should be fixed in upcoming version.
If you would like to apply a fix, please add following code to bottom of Quick CSS field
body .av-special-heading.elegant-centered .av-special-heading-tag .heading-wrap {
padding-bottom: 5px;
}
Best regards,
Yigit
Thank you, that worked, also, just so you know, it happens in the icon list titles too, but I used your code with that class and it fixed it, on another site:
.avia-icon-list .iconlist_title {padding-bottom: 5px;}
Hi @Eleina_Shinn,
Glad you figured it out and thanks for sharing your solution!
I have reported Icon List title issue to our devs as well :)
Best regards,
Yigit