[Support request] tablet view problem

Home Forums Support [Support request] tablet view problem

Home Forums Support tablet view problem

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

    http://prntscr.com/onaayb. I don’t want to use the sidebar in tablet and mobile view. How can I solve this?

    thank you

    #973798
    David
    Staff
    Customer Support

    Hi there,

    by default the sidebar will stack on Tablet, its the larger tablets that aren’t covered. You can use this CSS to adjust for the larger screens:

    @media (max-width: 834px) {
        #primary, #right-sidebar {
            width: 100% !important;
            float: none !important;;
        }
    }

    834px should cover the 10″ ipad – if you need to cover the 12″ then up that to 1024px.

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