HI!
How can I stop the header overlapping the slider?
Hi dnka!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.ls-wp-fullwidth-helper {
top: 0 !important;
}
Regards,
Yigit
Thank you for the quick answer!
Now there is a huge space between the header and the slider. How can I get rid of it?
Hi!
Are you adding the slider using shortcode? If so, please try using Advanced Layerslider element instead which can be found under Media elements in ALB
Best regards,
Yigit
I don’t want to use the one in Media elements. It doesn’t have all the features I want.
If this plugin is the one that comes with your theme, I would expect it works with your theme. Or at least that there’s a way to make it work.
Why have it there, if it doesn’t?
I resolved it for not with:
.content, .sidebar {
padding-top: 0px;
}