Home Forums WoodMart support forum Position Menu from left to center

Position Menu from left to center

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

    cri.galia
    Participant

    Hello!
    I have a problem of position menu.

    The design menu is “base header”. There is menu on the right and so the position of main menu is on the left.
    The problem is that when you scroll the menù go to center in interior page. In home page the menu is ok.
    I set this CSS
    body .sticky-header .main-nav .menu {
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    }

    present in this topic https://xtemos.com/forums/topic/position-menu/

    but the menu go alway to the center when you scroll.
    I attach image.
    Can you help me?
    Thanks
    Cristina

    #38418

    cri.galia
    Participant

    Image for this topic. The menu is on the left and go to center when you scroll.

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

    Bogdan Donovan
    Keymaster

    Hi,

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

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

    Regards

    #38463

    cri.galia
    Participant

    Thanks. Solved.
    The topics is closed.
    Cristina

Tagged: 

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

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