Hi!
I would like to adjust the space between the menu and the layerslider
I found some code in the forums, but doesn’t work
can you please provide the quick css code that allows to modify that?
Thank you!!
Delia
Hi libelum!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.home #layer_slider_1 {
margin-top: 30px;
}
Cheers!
Yigit
Hi Yigit!
thank you for the code, it works
but just applies for the home page
can we do it in a way that wherever I place the layerslide the top margin is the same?
actually will be in all pages
if helps the right margin is 20px
thank you!
Delia
Hi!
To do it in all pages just use this.
#layer_slider_1, .avia_layerslider, .avia-layerslider {
margin-top: 30px;
}
Best regards,
Elliott
Thank you Elliott!
solved!