Reply To: Main menu "more" link in desktop mode

#19335
Daniel Tara
Keymaster

The issue is caused by this custom CSS printed in the document:

*, *:before, *:after{
	-moz-box-sizing:inherit !important;
	-webkit-box-sizing:inherit !important;
	box-sizing:inherit !important;
}

The code is printed by the Pricing Table Ready plugin.