Home Forums Themes Support Gecko 2 products per row on Mobile

Viewing 1 reply thread
  • Author
    Posts
    • #1822

      Hi, can you help setting up 2 products per row on mobile devices. I tried few css classes with {width:48%} but it didn’t help. Can you tell exact css classes used for products on mobile please?

      Thanks

    • #1826

      Hi,

       

      You can add custom CSS code in JanStudio > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 736px) {

      .products.jas-row .jas-col-xs-12 {flex-basis: 50%; max-width: 100%;}

      }

      Best regards,

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 1 reply thread

You must be logged in to reply to this topic.