Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #594012

    Hello there,
    I would like to reduce padding above main menu (but below phone number areas) so that it is similar width to padding below menu. The logo looks mis-aligned
    I enclose privately website address and custom CSS in use (just in case)
    Thank you again

    #594793

    Hi irpocock!

    Thanks for reaching out to us.

    The main menu does not have any top padding but it is the height of the menu that needs to be adjusted to achieve what you want. Add the following CSS code to your custom css:

    .html_header_top.html_header_sticky #top #wrap_all #main {
        padding-top: 90px !important;
    }
    
    strong.logo {
        top: 0px !important;
    }
    
    #top #header_main > .container {
        height: 75px !important;
        line-height: 75px !important;
    }
    

    Hope you this is what you wished to achieved. Let me know if you need further assistance :)

    Cheers!
    Jordan

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