Home Forums WoodMart support forum Hamburger Menu Layout/dropdowns

Hamburger Menu Layout/dropdowns

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

    jeff-1071
    Participant

    The sub menu items are left justified and also you have to click on the arrow in order for the dropdowns to display. Is there a way to adjust that. Also the arrows are so far away from the text.

    #571019

    Hello,

    Add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS.

    .wd-dropdown-fs-menu>.container {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .wd-nav-fs .wd-nav-opener {
    right: 180px !important;
    }

    Best Regards.

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