[Resolved] Move Sidebar

Home Forums Support [Resolved] Move Sidebar

Home Forums Support Move Sidebar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #845388
    epickenyan

    Hi. I would like to move the sidebar sitewide to below the main content area at a width greater than 768px (preferably 900px or so). This is to prevent the content (especially column content) from being compressed as the width narrows. Is there a way to do that?

    #845658
    David
    Staff
    Customer Support

    Hi there,

    try this:

    @media (max-width: 900px) and (min-width: 768px) {
        #primary, #right-sidebar  {
            width: 100%;
            float: none;
        }
        #primary {
            clear: both;
        }
    }
    #845855
    epickenyan

    Thanks. It worked. Increased the width to 1024px though.

    #845978
    David
    Staff
    Customer Support

    Glad to be of help

    #1800508
    Or

    I tried adding this to move the sidebar below the content on tablets, but it doesn’t work for me.
    Any thoughts?

    #1800546
    Ying
    Staff
    Customer Support

    Hi there,

    Can you open a new topic and have the site in question linked in the private info field?

    Thanks!

    #1800575
    Or

    Sure, I’m opening a new topic

    #1800604
    Leo
    Staff
    Customer Support
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.