Hi Guys,
Question, in my portfolio, below the header image I have a section ‘Digital Expertise’ with icons and text. Is it possible to reduce the height between the icons and the text?: http://www.naturaloutlook.com
If you look at the site, you can see the header text cuts off the bottom of the letter ‘g’, can this be fixed?.
Thanks
Gary
Hi Gstar72!
Please add following code to Quick CSS
.page-id-13194 #av_section_2 .av-special-heading { margin-top: 20px; }
body .av-special-heading.blockquote > * { padding-bottom: 1px; }
Regards,
Yigit
Blimey Yigit, that was quick, thankyou worked a treat.
Hi!
You are welcome. Padding for special heading element does not seem to apply. Please try adding !important rule as following
body .av-special-heading.blockquote > * { padding-bottom: 2px!important; }
Cheers!
Yigit
Thanks Yigit, sorry for the double question posting.