Hi, I cannot figure out how to remove the extra blank space above and below the LayerSlider in my implementation of the Enfold theme. I did not specify that I wanted these spaces, so I have no clue of how to remove them. I thought that, by default, the LayerSlider would just show up directly below the header, like the live examples you guys provide at ThemeForest.
Well, I’ve included a link to show you my problem (in the private content). If you could show me how to remove this soon, I’d very much appreciate it. Thanks.
-BB
Hi Beni!
It looks like it could be inside a color section. Try removing it from the color section so it displays above. If your still having problems then send us a WordPress login and we’ll take a closer look. Be sure to mark your reply as private when including login information.
Best regards,
Elliott
Hey!
Thank you for the info.
Did you install layer slider as a stand alone plugin? Add this on Quick CSS to remove the padding:
.home main.template-page.content.av-content-full.alpha.units {
padding: 0;
}
Regards,
Ismael
Thanks, Ismael. That worked!
-BB