Hi,
I am trying to adjust the top margin for .av-special-heading by using custom class:
cw-notoppadding
.av-special-heading .cw-notoppadding {
margin-top:10px !important; }
Doesn’t work.
PS: We just purchased our 7th copy of Enfold:)
Hi ckwellington,
Thanks for the support :-)
Login details are not working for me, could you check please?
Best regards,
Rikard
Sorry bout that.
Hey!
We are working on your ticket please wait while we update the results here soon.
You can select no padding for special header in the edit options
To target it using the custom css class
.cw-notoppadding h3.av-special-heading-tag {
/* YOUR STYLES HERE*/
}
Best regards,
Vinay Kashyap