Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #281169

    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

    #281171

    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

    #281174

    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

    #281177

    Hey!

    Please add following code to Quick CSS as well

    .avia-shadow {
    box-shadow: none!important;
    }

    Cheers!
    Yigit

    #281179

    Looks great…, thank you and stay tuned ;-)

    Best, Andreas

    #281182

    Hi!

    You are welcome Andreas, glad we could help! :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Create a space below the class "header_bg"’ is closed to new replies.