Mega Menu + !important changes of
https://forum.muffingroup.com/betheme/discussion/4080/change-width-for-each-mega-menu I can easily solve the width problem of other columns in mega menu with CSS. However to do so I'd need to overwrite some changes in the static.css (uploads/betheme/css/). Some of the CSS is set to !important, unfortunately. So my question would really be how can I overwrite this? Is there a CSS file that takes higher priority?
Comments
Hello,
I strongly suggest to study the Mozilla specificity tutorial, it will explain you everything about the CSS priority
With these tips, you will be able to overwrite the !important rule :)
thanks