Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #970900
    #971019

    Hey cavanaughb,

    I’m not sure if that would be possible, please send us a link to the site in question so that we can have a closer look.

    Best regards,
    Rikard

    #971117

    Sure! I guess the other option would be to use the Logo left, menu right, and then just move the logo to the center, ya?

    #971234

    Hi cavanaughb,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #971263

    Of course! Thank you.

    #971814

    Hi cavanaughb,

    Please, remove this code from your Quick css:

    
    .html_header_top.html_logo_center .logo {
        margin-top: 100px;
    }
    

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_top.html_bottom_nav_header #header_main_alternate .main_menu {
        width: 6%;
        top: -250px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #973794

    Hi Victoria,

    Thank you, that worked! There may be a related issue when the menu is opened, that the “x” to close the menu becomes inactive. Any way to fix that?

    Thanks again,
    Brian

    #974212

    Hi Brian,

    Looked at the issue yesterday, could not find a way to solve it.
    Today I did :)

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_burger_menu_active .menu-item-avia-special {
      z-index: 99999;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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