How can I set the Sidebar on an Tablet below the content?

Hi,

i want to set the Sidebar below the content, but only on the tablet. I want it to look like on the cell phone. On the computer and the cell phone it looks good :)

Comments

  • Hi,

    we are sorry but we do not have any css solution to move the sidebar below the content on mobile only.

    Thanks!
  • Ok. Do you have any other possibility to make the sidebar look better on Tablets?
    Because it´s not realy beautifull when the sidbar ist cut off on both sides. :(
  • We have only one solution but if this won't work the way your wish is, please notice that we do not have any other css solution:
    @media only screen and (min-width: 768px) and (max-width: 1239px) {
    .content_wrapper > div {
    float: left !important;
    margin: 0 0 40px !important;
    width: 100% !important;
    }
    .widget-area {
    min-height: auto !important;
    }
    }
Sign In or Register to comment.