• The top menu has two different item types, ones with and ones without submenu items. This makes them not align nicely.

    Where can I fix this so that they align correctly vertically?

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

Viewing 1 replies (of 1 total)
  • Hi,

    I am sorry for the trouble. As inspected, you may be able to fix it directly from your site’s dashboard by adding this simple CSS code to Additional CSS under the Customize menu.

    @media only screen and (min-width: 1025px) {
    	 #mainnav .menu-item-has-children::after {
    		 position: absolute;
    		 top: 4px;
    	}
    }

    You can remove this code once the permanent fix for this added into the theme’s file in next version update.

Viewing 1 replies (of 1 total)
  • The topic ‘Menu div sizes not consistent’ is closed to new replies.