Home Forums Themes Support Claue Mobile store listings default

Viewing 1 reply thread
  • Author
    Posts
    • #10858

      Hello, is it possible to set 1 row of products in mobile store by default? It’s currently 2 rows by default.

    • #10859

      hi,

      You can use custom css code.

      @media only screen and (max-width: 736px) {
      .products ..jas-col-xs-6 {
      flex-basis: 100%;
      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.