Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1307583

    Hi

    i would like to remove the logo and have the main menu on the left, like the example link below.

    Thank you

    #1307647

    Hi davs74,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    .html_header_top #top .av_header_stretch .container {
        max-width: 1310px;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .html_header_top #top .av_header_stretch .container .logo {
        display: none;
    }
    
    .html_header_top #top .av_header_stretch .container .main_menu {
        left: 0;
        right: auto;
    }

    Best regards,
    Nikko

    #1307680

    Perfect Nikko!

    Best regards

    #1307696

    Hi davs74,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove logo – main menu left’ is closed to new replies.