A while ago I experimented with adjusting the vertical space between content areas, adapting the code you suggested on another thread:
/* ********* Adjusts space BEFORE main content items ********** */
.content { padding-top: 18px!important; }
/* ********* Adjusts space AFTER main content items ********** */
.content { padding-bottom: 18px!important; }
This worked fine, but since updating to the latest version of Enfold I think the space before and after the EasySlider module has increased (I might be wrong…)
Is it possible to adjust the spacing above and below EasySlider, without affecting the spacing of other content?
My Enfold testing area is here: http://enamellers.org/bsoe/
Thanks.
Hi Niels!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slideshow { margin: 18px 0; }
Best regards,
Yigit
Perfect – many thanks Yigit!
:)