Home Forums WoodMart support forum How to align MENU CENTER (MOBILE)

How to align MENU CENTER (MOBILE)

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

    pullman
    Participant

    Hello,

    I added MENU in Header bottom (Mobile) , and set the MENU align “CENTER” but,
    there is still some white space on the right side.

    How to align center correctly?

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

    Hello,

    Please try adding the following Custom CSS in the custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .wd-header-nav {
        padding-right: 0px;
        padding-left: 10px;
    }

    Best Regards

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