-
AuthorPosts
-
July 31, 2014 at 4:49 pm #298310
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.July 31, 2014 at 4:55 pm #298312Hey 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,
YigitAugust 10, 2021 at 9:25 pm #1316147Hi,
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!
August 11, 2021 at 5:27 pm #1316306Hi @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,
YigitAugust 12, 2021 at 7:06 pm #1316487Thank 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;}
August 13, 2021 at 2:13 pm #1316629Hi @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 -
AuthorPosts
- You must be logged in to reply to this topic.
