Hello there
In my web, with lateral menu, I take a widget below the principal menu, but in mobile version goes up, over the content.
Can you solve that question, please?
Thanks a lot.
Fer
Hi saposkato!
I don’t see any place to put it actually since you have two images inside it. Are you just wanting to hide it on mobiles? If so then add this to your custom CSS.
@media screen and (max-width: 767px) {
.avia-custom-sidebar-widget-area { display: none !important; }
}
Cheers!
Elliott