[Support request] Hide Right side bar widget on mobile

Home Forums Support [Support request] Hide Right side bar widget on mobile

Home Forums Support Hide Right side bar widget on mobile

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

    Hello,

    I have a side bar in the Desktop mobile what looks fine in the Desktop but in the mobile no one really goes there because it shows almost in the footer of the website, how could I hide this widget just on mobile so I can save some loading time in the mobile pages once people don’t even go there?

    Thanks!

    #2371439
    Ying
    Staff
    Customer Support

    Hi Nathan,

    Try this CSS:

    @media (max-width: 768px) {
       .sidebar {
            display: none;
       }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.