Home Forums WoodMart support forum Mobile menu center

Mobile menu center

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

    kontakt-3113
    Participant

    Hi, i have a standard menu in mobile:

    1. How can i center that menu in CSS?
    2. I have one sub-menu, can it be opened after clicking hamburger icon?

    #486811

    Hello,

    Could you kindly provide the site URL land screen of what you want to change and how?

    If you have any questions please feel free to contact us.

    Best Regards

    #486835

    kontakt-3113
    Participant

    Here’s the link to the dev site: www. anmzlfeobh.cfolks.pl

    #486897

    Hello,

    I still cannot get the issue, could you kindly describe what you want to change in detail?

    Please check this manual: https://xtemos.com/docs-topic/adding-menu-to-the-site/

    If you have any questions please feel free to contact us.

    Best Regards

    #486899

    kontakt-3113
    Participant

    I want my mobile menu to be centered (screen)

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-nav-mobile li a {
    	justify-content: center;
    }
    .wd-nav-mobile li.menu-item-has-children > a > span {
    	margin-right: -36px;
    }

    Best Regards

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