Hi, I am trying to change the layout of the boxes on the menu screen - I want to change the .menu-item width to 30% instead of 50% so I can have 2 rows of 3 boxes on my menu.
I can see that styling is defined within the file: adapt-contrib-boxMenu/less/boxmenu.less and have tried to override some of these settings from within my theme.less file but this isn't working. My overridden style of 30% is being written to the adapt.css file OK but my changes are before another set of css .menu-item styles (which states 50%), therefore they are being ignored. As a test I tried to change the boxmenu.less file directly, and again, the new style is being written to the adapt.css file OK, but another set of css styles for the .menu element are written after my changes, so they are still being ignored.
I hope this makes sense. To summarise, it seems that no matter where I apply my style changes, there is always another set of .menu-item elements defined within the adapt.css after my style changes, so and I am at a loss as to where this second set of style definitions are coming from.
I hope there is someone who can shed some light on this for me. I am familiar with web-page design etc but I am new to Adapt and .less files so I am sure there is something (usually obvious!) I am missing.
Thanks in advance for any help.
Julie