Site logo

[Resolved] Remove widgets of sidebar in mobile

Home Forums Support [Resolved] Remove widgets of sidebar in mobile

Home Forums Support Remove widgets of sidebar in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #483892
    Diego Fernando

    Hello!

    I have two widgets in sidebar, but I want these just for PC…

    How Can I remove the widgets in tablets and mobile devices of the sidebar?

    I tried with this code but I can’t did it work:


    @media
    (max-width: 768px) {
    .widget .sidebar {
    display: none;
    }
    }

    #484033
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    @media (max-width: 768px) {
        .sidebar {
            display: none;
        }
    }

    If this doesn’t work, can you guide me to the specific page?

    #484054
    Diego Fernando

    Hello Leo.

    Thank you so much!

    Done!

    #484080
    Leo
    Staff
    Customer Support

    No problem!

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