Home Forums WoodMart support forum Position Menu

Position Menu

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

    cri.galia
    Participant

    Hello, I have set menu on the right but when I scroll down, the menu goes to the center.
    I attach the images.
    Thanks
    Cristina

    Attachments:
    You must be logged in to view attached files.
    #35747

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    body .sticky-header .main-nav .menu {
       -webkit-box-pack: flex-end;
       -ms-flex-pack: flex-end;
       justify-content: flex-end;
    }

    Regards

    #35759

    cri.galia
    Participant

    Thanks! Solved. The topics is closed.

    #35783

    Artem Temos
    Keymaster

    You are welcome!

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Position Menu’ is closed to new replies.