I’m using renew stack with a mega menu in header. The dropdown don’t work in smaller screen sizes because the renew css added this classes to several screen sizes:
.x-hide-lg
.x-hide-md
.x-hide-sm
.x-hide-xs
renew.css?ver=5.0.5:1
@media (min-width: 480px) and (max-width: 766.98px)
.x-hide-sm { display: none !important; }
Any reason why this should be hidden? Because it’s already hiding right below 1200 px!!!


