Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #597101

    Hello,
    I am trying to figure out how to have the main menu display below my slider which I have in the header. I can not seem to find an option to move this below that element.

    I am also trying to find out how to change the display of the menu so that it does not have the logo in it./ When I remove the logo in the admin, it just displays the enfold logo.

    currently I set a display none for that div but would like to know how to do it through the settings.

    Please advise.

    Thank you.
    jessica

    #598186

    Hey NetphoriaInc!

    Thanks for reaching out to us!

    There are no theme options to place the main menu below the slider. the main menu can currently be to the top or in a left or right sidebar. You can even place a menu in the footer.

    Also if no logo is uploaded the theme defaults to the Enfold logo. So the best way is to hide the logo div using CSS, since there is no theme option to achieve what you want.

    Let me know if I misunderstood anything or if you require more information.

    Cheers!
    Jordan

    #598193

    Hey!
    Try the following CSS to push the main menu below the slider:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
        padding-top: 30px;
    }
    
    .header_bg {
        height: 30px !important;
    }
    
    div#header_main {
        top: 316px;
    }
    div#av_section_1 {
        margin-top: 90px !important;
    }

    Let me know how it goes!

    Best regards,
    Jordan

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