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

    Hello everyone
    I want to change the location of the menu.
    First of all i picked the Option “Logo center, Menu below” in the Enfold-Settings.
    Than I used the following css:

    .avia-menu { left: -35%; }

    But the Probleme is. If i change the window size than the menu goes out of the box.

    Can someone helps mee?

    #1123488

    Hey webdesign_schinabeck,

    You need to use media queries for the code to work on the big screen only, you can wrap your code in this:

    
    @media only screen and (min-width:1024px){}
    

    Best regards,
    Victoria

    #1124172

    Hello Victoria

    thank you for the fast answer.

    you can close the thread. Have a nice weekend.

    best regards
    daniel

    #1124240

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘logo center -> menu below and left (boxed layout)’ is closed to new replies.