G’day Together,
just a question. How can I manipulate the custom css to create a 15px space between the header with Logo and Navigation and the Slider I’ve placed below there?
Best
Andreas
Hey Kanzleramt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 105px;
}
Regards,
Yigit
Hi Yigit,
Thanks for your feedback but your code suggestion does not work. I’ve placed this into the custom css
.html_header_top.html_header_sticky #top #wrap_all #main {
margin-top: 15px;
}
but now I have a second grey border left and right beside the slider…
Best, Andreas
Hey!
Please add following code to Quick CSS as well
.avia-shadow {
box-shadow: none!important;
}
Cheers!
Yigit
Looks great…, thank you and stay tuned ;-)
Best, Andreas