Tagged: special heading, subheading
Hi to everyone, this is my first post :-)
I am updating from 2.7.1. to 2.9.1, I have been noticing a strange behaviour in how subheading and heading bottom padding is being applied as modifying “special heading” Content Element.
Enfold 2.7.1 special heading – Padding bottom is being applied exclusively to the special heading box (div .av-special-heading).
Enfold 2.9.1 special heading – Padding bottom is being applied to both, the special heading box (div .av-special-heading) and the title (e.g. h2 .av-special-heading-tag).
The second one (Enfold 2.9.1 special heading) is breaking up layout because H1, H2, etc are being separated from subheading, too much space there !
Is this a bug or a regular behaviour ?
Thanks in advance
Attached private details.
Cheers!
Hey macatokio!
Thank you for using Enfold.
Yes, this is an intended behavior of the special heading element. It is possible to remove the bottom padding of the heading or title to revert it back to the previous layout. Add this on Quick CSS or customc.css:
.av-special-heading-tag {
padding-bottom: 10px !important;
}
Cheers!
Ismael
Thank you, Ismael.
Much appreciated.
By the way: have seen lots of enhancements and nice new stuff in Enfold 2.9.1, thanks for improving Enfold !
:-)