gorkij77 Posted March 25, 2022 Share Posted March 25, 2022 (edited) Hello all, might be me who's bungled this somehow, but is there some way to reformat the top menu so it at least comes in some form of aligned columns? Edited March 27, 2022 by gorkij77 (see edit history) Link to comment Share on other sites More sharing options...
Ress Posted March 27, 2022 Share Posted March 27, 2022 (edited) 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 March 27, 2022 by Ress (see edit history) 1 Link to comment Share on other sites More sharing options...
gorkij77 Posted March 27, 2022 Author Share Posted March 27, 2022 Thank you kindly for this! 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now