Close

Profile: dlencina

Avatar

User posts

Valentin wrote:
Hi!
I want to know how I can make the subcategories slide at the same height of the category that I'm making mouse hover.

This is how it is right now:



And this is what I want to achieve:



Has anybody did this before?
Thank you in advance!

Hello dlencina,

this is a customization to the original theme design and functionality and therefore we can suggest a possible solution but it has never been tested. So if you experience any kind of problems connected to it you would need to either handle them yourself or just revet the changes.

With that being said, if you want to achieve this you need to add the following code to your theme`s Custom Head Styles section:


@media all and (min-width: 1025px) {
    .category-navigation-list>li,
    .category-navigation-list-wrapper ul li:hover>.sublist-wrap>.sublist>li {
        position: relative;
    }
    .category-navigation-list>li>.sublist-wrap,
    .category-navigation-list-wrapper ul li:hover>.sublist-wrap>.sublist .sublist {
        margin-top: -26px;
    }
    .category-navigation-list-wrapper .sublist-wrap .sublist {
        min-height: 0 !important;
    }
}




Hope this was helpful.
Have a nice day!








Wow! Magnific! Works like a charm! Many thanks!

Hi!
I want to know how I can make the subcategories slide at the same height of the category that I'm making mouse hover.

This is how it is right now:



And this is what I want to achieve:



Has anybody did this before?
Thank you in advance!

5 years ago

Hi! Thanks for your response.

Is there any possibility to get a custom version of your theme by paying the development in order to support the 3.60 version?

5 years ago

Hi! I really love this template, but my store is on v3.60 so I am not able to use it :(. I want to know if you plan to support this version in the near future. Keep the good work! Greetings.

Hi!
I downloaded the trial version of Smart Product Collections 3.6 and tested it in a site that has the Smart theme installed. I noted that I also need the css/styles for this plugin in order to adapt it to the Smart theme, because it shows broken in the default theme for nopCommerce.
I wanted to know if there is a way to get it.

Thank you in advance and please continue with your brilliant work!

Greetings,
Dario Javier Lencina