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

Home Forums Support [Resolved] Mobile view left side bar should be view on top of the page

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #137433
    Mueen Mehmood

    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

    #137516
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try something like this:

    @media (max-width: 767px) {
          .site-content {
                display: table-footer-group;
          }
          .sidebar {
                display: table-header-group;
          }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.