Jump to content

Mainmenu issue - Submenu datadepth 4 doesnt stick out 1.7 Classic theme


Recommended Posts

Hi there.

Im having an issue with data depth 4 submenu items doesnt stick out from data depth 3 items, ive searched both trough forums for a solution, and trough the CSS to add some padding to datadepth 4 items, but with no luck. Is there a simple way to achieve this in backend, or can anyone tell me how to achieve it with additional coding? As its displayed now there is no way to see whether datadepths 4 items are children of 3 or not.

My shop is at shop.ndosupply.dk and im running 1.7.0.4 with the classic theme. Check attached screenshot.

And thanks alot in advance :)

Screenshot_2.jpg

Edited by Simon Christiansen (see edit history)
Link to comment
Share on other sites

Try with this code

.top-menu a[data-depth="4"] {
    padding: 3px 1.5rem 3px 3rem;
}

add that to themes/classic/assets/css/custom.css and clear PrestaShop cache if needed.

 

Also, not sure how that 1.7.0.4 version is working for you but that was not stable at all, like alpha version.

So suggest to think of upgrade, maybe try latest version on some test domain/server.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...