New Landing How can we help? Themeforest Theme Support Neighborhood Responsive shop – products shown in one column

Viewing 2 posts - 1 through 2 (of 2 total)
  • #211700
    AndyH
    Member
    Post count: 54

    Hello,
    the theme works well on responsive except the products in the shop view. The products are orderd in 2 columns so that the product pictures are very small.
    How can I change through custom CSS that the products are shown in 1 column in the responsive mode?

    Thanks for your help

    #211883
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media only screen and (max-width: 479px) {
    body.woocommerce .has-no-sidebar ul.products li.product, body.woocommerce .has-no-sidebar .upsells.products ul.products li.product {
        width: 100% !important;
    }
    }

    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register