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

    Hiya,
    I just had a quick question. I placed a mockup in the hidden area that was created for a client by someone and I am looking to emulate for their website. I would like the hamburger menu to trigger a dropdown instead of the flyout menu.

    I would also like to know if it’s possible to have both the hamburger icon and my logo appear on the left side of the website. I figured this part out. Though I am trying to now change the home page logo to one logo and the rest to be another but every time I do this using various codes on this fourm it just makes the logo VERY small. For now, I have reverted it back to logo left, menu right because I just couldn’t get it to work otherwise.

    Any help would be appreciated!

    • This topic was modified 5 years, 3 months ago by catatonique.
    #1200861
    This reply has been marked as private.
    #1201328

    Hi catatonique,

    You might want to look for a menu plugin, our menu only does the flyout.

    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

    
    @media only screen and (min-width:768px){
        .main_menu {
            right: auto;
            left: 0;
        }
        div .logo {
            margin-left: 50px;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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