Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #570227

    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

    #570437

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.