• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #21889 - Problem with submenu display on mobile devices

“Products” submenu is not displayed correctly on mobile devices.

This submenu has 6 columns. In mobile version the columns should be displayed in pairs, but the structure is broken and they are not displayed correctly.

You can check it here: sensacionesloveshop.com

Comments

Fred 08 Jul 2021, 11:28

Ty following CSS fix

.level-1.menu-productos .row-inner.row-level-1.container > .row {display: flex;flex-wrap: wrap;}
Antonio Barroso Díaz 08 Jul 2021, 20:53

It works perfect! Thanks a lot!

Fred 08 Jul 2021, 21:30

You are welcome!