Home Forums Themes Support Gecko Product Lsiting On Mobile Layout To 2 Columns

Topic Resolution: Resolved

Tagged: ,

Viewing 2 reply threads
  • Author
    Posts
    • #1466

      Hi!

      In web layout, we can add upto 4 columns for products listings. Is there anyway I can add more than one column for mobile layout? The images look way too big. I have attached a screenshot.

      • This topic was modified 7 years, 2 months ago by Retroforce.
      • This topic was modified 7 years, 2 months ago by Harry.
    • #1468

      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

    • #1470

      Perfect, thank you so much Harry!

Viewing 2 reply threads

You must be logged in to reply to this topic.