Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1190090

    Hey Kriesi,
    1. I wolud like to move the burger-menu to the top-left. As you can see at the page (URL in the PC Area) that I have set the header to “logo center menu above” for now.
    2. This layout should then also apply to mobile view, because now the logo jumps into the upper left corner and the burger-nav to the right…
    I have uploaded the Designs to show you shat I am talking about.
    I could’nt find anything in the forums that I could realise. Can you please help?

    Thankyou in advance
    Felix

    #1190204

    Hey felix_frank,

    Well, we can move the burger to the left, but it will not open the menu like that, for that you might want to look for a plugin that opens the menu that way.

    Best regards,
    Victoria

    #1190408

    Hi Victoria,
    that is good news! But how would the menu then look like?
    Where do I find the code to move the menu to the left?
    Could we maybe use the overlay menu?

    Regards
    Felix

    #1190844

    Hi Felix,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1190937

    Hi Victoria,
    you find al login link in the PC area.

    Kind regards
    Felix

    #1191014

    Hi Felix,

    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:990px){
         .html_header_top #top .av_logo_right .logo {
            left: auto;
            right: 32vw;
        }
     }
    

    I changed the menu setting for you in the header, it is easier to adjust it like this.

    If you need further assistance please let us know.

    Best regards,
    Victoria

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