New Landing How can we help? Themeforest Theme Support Neighborhood mobile shop shows products incorrectly

Viewing 2 posts - 1 through 2 (of 2 total)
  • #305910
    jefflogo
    Member
    Post count: 32

    When shop page is resized, between about 420px – 495px, the shop products appear weirdly. 1 per line, 1st line shows product on left, 2nd line shows a product on the right. Seen screenshot. Just happens that my mobile phone must be about 450px wide so it has this problem. This issue also appears on pages that are created using the Swift Page Builder – “Products” element.
    here’s a screenshot: http://artofaction.com/wp-content/uploads/2016/12/shoppage.jpg

    I tested this with and without my child theme and also tested with parent theme. it happens with parent theme. How do I fix this?

    #306199
    David Martin – Support
    Moderator
    Post count: 20834

    Try using this:

    @media only screen and (max-width: 479px) {
    body .woocommerce-shop-page ul.products li.product, 
    body .product_list_widget > div > ul.products li.product {
        width: 45%!important;
    }
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.