How do I “tighten” up the space between the top slider, promo box and cell boxes? I set the cell box margin to zero but it doesn’t move up…
Thanks!
Hey jmbernstein,
Please try the following in Quick CSS under Enfold->General Styling:
.home #after_layer_slider_1 .content {
padding-top: 20px !important;
}
.home .av_promobox {
margin: 20px 0 !important;
}
Best regards,
Rikard
Hey jmbernstein!
Try to add this code in Quick CSS, located in Enfold > General Styling:
.home #after_layer_slider_1 .av-content-full {
padding-top: 30px;
}
.home #after_layer_slider_1 .av_promobox {
margin-bottom: 30px;
}
The first code block is for the spacing between slider and promobox, 2nd block is for promobox and cellboxes, please adjust the values as you see fit. Hope this helps.
Cheers!
Nikko