Site logo

Archived topic

Mobile view left side bar should be view on top of the page

1 reply · Started by Anonymous on September 17, 2015

Viewing posts 1–2 of 2

Dear All,

Hope all are fine i am using
Generate press for shopping cart website you can look at this (islamicartonline.com)...

I have a issue when i open my website in mobile or in tab its look good but my left side bar view at the bottom of page but i want that side bar must be at top and then my products....

Thanks & Regards,

Mueen Mehmood

Hi there,

You could try something like this:

@media (max-width: 767px) {
      .site-content {
            display: table-footer-group;
      }
      .sidebar {
            display: table-header-group;
      }
}
This archived topic is closed to new replies.