"CSS Optimization" breaks the magazine layout type menu items. While the setting is 3 columns, two are displayed and the third is left blank! If I set it to four columns, it displays three! Miltos
Hi Miltos,
You meant it displays correctly when disabling the css optimization?
It looks like there is conflict when combining CSS files together. You can share the URL of this page and the super admin credentials so I can take a look.
Could you check it now?
I added this custom css:
*, *::before, *::after { box-sizing: border-box; }
thanks saguaros. all is ok. Miltos