Hi,
I been trying to decrease this space on http://www.airlinestaffrates.com and I got this code before:
.home .avia-builder-el-12 {
margin-top: -35px;
}
but I don´t see any different and I tried to change the number as well.
What shall I do?
Thanks
Charlotte
Hi Charlotte!
Add this to your custom CSS.
.template-page .entry-content .post_delimiter { display: none !important; }
Regards,
Elliott
Hi Charlotte!
You can also try either of these 2 css entries (one or the other, not both at the same time):
.av-special-heading {
margin-top: -50px !important;
}
.av-special-heading .av-special-heading-h3 .avia-builder-el-13 .el_after_av_one_third .el_before_av_one_third {
margin-top: -50px !important;
}
If neither work, may we have temporary access to your website in order to take a closer look?
Regards,
Dake
Thanks :)