Reply To: Submenu Issues


imaginem
Support

Hi,

If you check the demo at http://rsw.imaginemthemes.com/wp/ , the second submenu doesn’t have a pixel gap as the first one. It isn’t a coding mistake and was designed that way.

You can customize to give a 1 pixel gab to the menu by editing the css code for menu

edit /css/superfish.css

Line 113 class .menu ul ul

modify to top: 64px;

Line 194 class .menu ul ul ul

Modify to top: 51px;

You can further increase and decrease the gab amount by varying the above values.

Thanks