Home Forums Basel support forum Subcategories layout

Subcategories layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #121240

    baselart
    Participant

    Hello how can I change the dropdown layout of the categories from something like that current state of subcategories to be like that

    Also I want the second bar displaying the subcategories to always shown not only on hover.

    Thanks a lot!

    Attachments:
    You must be logged in to view attached files.
    #121273

    Hello,

    We can suggest custom CSS for desktop with the layout like this https://gyazo.com/7d6d6b2f07f0b8db4f41cbbb95165ad6

    Please add this code to the Theme Settings > Custom CSS > Desktop:

    body .basel-product-categories li .children {
        width: 100%;
    	  left:8%;
    }
    body .basel-product-categories li {
        position: static;
    	display:inline-block;
    }

    Best Regards

    #121837

    baselart
    Participant

    Ok, thanks about that it’s working. But as I said I need that sub-menu fixed meaning that when someone click (not only when someone hover) on a parent menu category the sub-category bar will be shown as sticky like the menu.

    #121865

    Hello,

    No, there is no option to do that, unfortunately.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)