I am using the Enfold theme, and I need to take out horizontal white space on a page between Promo boxes
http://www.preventon.com/microsoft-page/
but I cannot make it work..
Hi goossep!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_promobox { margin: 0; }
Cheers!
Yigit
I have done that, and I still have more whitespace than I would like? do I need to also use the horizontal ruler with a negative value for whitespace, does it get place in the layout container or between them ? Below the first promo box on the page or above the next ones down?
the page I am talking about is http://www.preventon.com/microsoft-page
many thanks for your help..
Hi!
Please add following code to Quick CSS as well and adjust as needed
body .column-top-margin {
margin-top: 10px;
}
Regards,
Yigit
Thank you that makes things much better…