Before you ask please READ THIS

Products not correctly responsive..

in FatMoon Posts: 9
I have noticed in one of your demos — Troy, that product grid is not becoming responsive: https://rifetheme.com/fatmoon-troy/

It leaves white space on the left side of products and groups them vertically on the right side of the screen.

Same thing happens on my production site when I'm zooming in loading from a mobile device: https://inbloomcosmetics.lv/
(the four products, right under the main slider)

Can you please suggest a solution?

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Seems WooCommerce have added some "brutal" responsive styles that affect VC grids.
    It can be solved with such custom CSS:
    .product_theme_options .woocommerce ul.products li.product {
        float: none !important;
    }
    I will add a solution in next update.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion