[Support request] Full size container on Tablets

Home Forums Support [Support request] Full size container on Tablets

Home Forums Support Full size container on Tablets

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

    Hello,

    I’ve removed the sidebars on tablets using the CSS –


    @media
    (max-width: 800px) {
    #right-sidebar {
    display: none;
    }
    #left-sidebar {
    display: none;
    }
    }

    However, the content container (inside-article) is still having a limited width. What if I want to increase its width?

    If I increase the width by using CSS width: 600px; it increases the width but overflows out of the screen on the right. Can you help me with this?

    #1447494
    Leo
    Staff
    Customer Support

    Hi there,

    Can you disable Autopimize and any other caching plugin so I can take a closer look at the code?

    Thanks!

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