Your account expired support, please renew to get your support.

Home Forums Themes Support Claue One product per row

Topic Resolution: Resolved

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #43232
      DreamMarketing2020
      Support Expired

      Hello,

      I have a question. We want to print our products one per line on the phone by default, but we cannot set it, and now always two are printed there? How can we do this?

      I appreciate any help you can provide.

      Attachments:
      You must be logged in to view attached files.
    • #43236
      Harry
      Support Expired

      Hi,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

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

      .products .jas-col-xs-6:nth-child(2n), .products.jas-masonry .jas-col-xs-6:first-child, .products.jas-masonry .jas-col-xs-6:nth-child(2n+1), .products .jas-col-xs-6:first-child, .products .jas-col-xs-6:nth-child(2n+1), .products.jas-masonry .jas-col-xs-6:nth-child(2n) {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      max-width: 100%;
      flex-basis: 100%;
      }

      Kind regards

       

       

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

    • #43238
      DreamMarketing2020
      Support Expired

      Thank you so much for the quick and very useful help 🙂

Viewing 2 reply threads

You must be logged in to reply to this topic.