Home Forums WoodMart support forum Menu items not centered

Menu items not centered

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

    tcsg.toth
    Participant

    Hi,
    Please help why the menu item titles not align to center

    #422313

    Hello,

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

    .wd-nav[class*="wd-style-"]>li.current-menu-item>a, .wd-nav[class*="wd-style-"]>li.wd-active>a, .wd-nav[class*="wd-style-"]>li.active>a {
        text-align: center;
    }

    Best Regards

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