Hi,
I want to decrease the space between the Plugin Linkwithin and the next post which is a Special Heading element, in the middle of the page.
http://www.airlinestaffrates.com/
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
I’m not really sure I understand. Can you take a screenshot and highlight the exact elements your trying to edit?
Cheers!
Elliott
For some reason the space here is bigger than between the other elements.
Thanks
Charlotte
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home .avia-builder-el-12 {
margin-top: -35px;
}
Best regards,
Yigit
Thanks :)