NopCategoryHeader Menu child catgeories not lining up

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 лет назад
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
11 лет назад
This should fix it:
Go to Plugins>SevenSpikes.Nop.Plugins.CategoryHeaderMenu>Themes>'YourTheme'>jquery.superfish.css
and modify  


.sf-menu ul ul
{
    top: 0;
    left: 180px;
}

https://www.nopcommerce.com/boards/t/19948/nop-categories-header-menu-with-nop265.aspx?p=2
11 лет назад
JonNopper wrote:
This should fix it:
Go to Plugins>SevenSpikes.Nop.Plugins.CategoryHeaderMenu>Themes>'YourTheme'>jquery.superfish.css
and modify  


.sf-menu ul ul
{
    top: 0;
    left: 180px;
}

https://www.nopcommerce.com/boards/t/19948/nop-categories-header-menu-with-nop265.aspx?p=2


Hi Jon,

Thanks for the reply, that peice of code is already there in my css file, looking at the old post in the link did the wero menu fair any better than the noptemplate one?
11 лет назад
Sorry that's the default css style

Try:
.sf-menu ul ul
{
    top: inherit;
11 лет назад
JonNopper wrote:
Sorry that's the default css style

Try:
.sf-menu ul ul
{
    top: inherit;


Hi Jon,

I tried that and it was unlined down by one sub cat so pit 250px instead of inherit and its working, thank you.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.