Close

Child menu not lining up.

garrie007
11 years ago
#1866 Quote
Avatar
  • 7
Hi,

I have just installed the NopCategoryHeader Menu In NopCommerce v2.65 and have created my main categories and sub categories but when i go down the menu to say number six on the first child li it does not display the third child li next to it, its at the top of the first child li.

Is there a setting somewhere to fix this.

http://i1290.photobucket.com/albums/b530/garrie0007/Untitled-1_zpsbbca2a1c.png

Regards

Garrie
Boyko
11 years ago
#1874 Quote
Avatar
  • Moderator
  • 1570
garrie007 wrote:
Hi,

I have just installed the NopCategoryHeader Menu In NopCommerce v2.65 and have created my main categories and sub categories but when i go down the menu to say number six on the first child li it does not display the third child li next to it, its at the top of the first child li.

Is there a setting somewhere to fix this.

http://i1290.photobucket.com/albums/b530/garrie0007/Untitled-1_zpsbbca2a1c.png

Regards

Garrie


Hi Garrie,

Thank you for reporting this!

UPDATE: It turned out a css class was missing in the DarkOrange theme, which you have probably used as a starting point to your modifications.
There should be a style for a relative position:
.sf-menu ul li
{
position: relative;
}


Hope this helps!
Regards,
Nop-Templates.com Team