Home Forums WoodMart support forum Mobile landscape product columns in shop

Mobile landscape product columns in shop

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #210846

    afarahani
    Participant

    Hi,
    Currently I have selected to show only one column on mobile for my shop. However, two columns are shown on mobile landscape. How can I change mobile landscape to one collumn in my shop?

    Thanks.

    #210908

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Landscape:

    body .product-grid-item.col-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    Best Regards

    #210971

    afarahani
    Participant

    The code did not work! I still have two columns in mobile landscape.

    #211078

    Hello,

    Please provide the site admin access and page URL to the private area

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)