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

    Hi

    How do I increase the space below the main menu and bottom of header (so the text is in more open white space)?

    Regards,

    Steve

    #362892

    I dont completely understand what you want. And i’m just a normal user like you.

    But if you want to get some spece between the header and the main content you can try to add the following to your quick CSS:

    div#main{
    padding-top: 140px !important;
    }

    If you want to get rid of the white space on smaller screens, you have to write it like this and adjust the min-width:

    @media only screen and (min-width: 768px) {
    div#main{
    padding-top: 140px !important;
    }
    }

    #363262
    This reply has been marked as private.
    #363485

    Hi!

    Thank you for using our theme.

    In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value:

    
    
    .main_menu > div {
        height: 55px !important;
    }
    

    Cheers!
    Günter

    #363647

    Thanks, that’s worked :)) But it’s also cropped (in effect) the top of the slider – you can now see a strip of this behind the (transparent) header. How do I lower the header so they’re aligned again?

    Regards,

    Steve

    #363652

    Hey!

    Please add following code to Quick CSS

    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 356px;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.