Jump to content

1.7.8.4 Top menu formatting (Solved)


gorkij77

Recommended Posts

Hi,

You can solve with a few css rules.

.top-menu[data-depth="1"] {
    display: flex;
    flex-wrap: wrap;
}

.top-menu .sub-menu ul[data-depth="1"]>li {
    flex: 0 0 33.33%;
    margin: 0;
    max-width: 33.33%;
}

Don't forget to clear the cache from prestashop and browser.

 

Edited by Ress (see edit history)
  • Thanks 1
Link to comment
Share on other sites

  • gorkij77 changed the title to 1.7.8.4 Top menu formatting (Solved)

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...