Home Forums WoodMart support forum Center menu divs on mobile

Center menu divs on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78857

    Benjamin
    Participant

    Hi,

    How do I center the nav menu links in the top menu on mobile? At the moment its aligned to the left. (See image)

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

    Hello,

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

    .whb-navigation.menu-center .menu {
      -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    Best Regards

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