Posted - 12/18/2020 : 04:03:23
Hi,
I have a site with a Superfish menu. After recently updating to 7.2.5 I noticed that the menu was not working properly (the 3rd level menu items did not display). I tracked this down to the following section which has appeared in ectcart.css
div{ box-sizing:border-box; }
Removing that fixed my issue but I prefer not to edit the base ECT files, as I will forget at the next update! The scope of this code seems rather wide, affecting every DIV. Can it please be amended to be more specific to whatever it needs to do relating the the ECT cart, so it does not impact all divs in the page?
Thank you Ellen
|