• The Menu I have Created in the right side bar has submenu items but they are showing as menu items. This menu was working with a different theme. I have followed instruction to create the menu and it on the page the code shows a sub-menu class in
    <ul class="sub-menu">

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Acme Themes

    (@acmethemes)

    Hello,

    You can try following custom CSS:

    
    .widget .sub-menu {
        margin-left: 15px;
    }

    Let us know if this solve your issues.

    Thanks!

    Theme Author Acme Themes

    (@acmethemes)

    Hello,

    You can try following custom CSS:

    
    .widget .sub-menu {
        margin-left: 15px;
    }

    Let us know if this solve your issues.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SubMenu showing as Menu Items’ is closed to new replies.