Home Forums Themes Support Claue Shop Products Vertical Spacing – Mobile

Viewing 3 reply threads
  • Author
    Posts
    • #34732

      i can’t seem to get my products on shop pages to move closer vertically.  Space is too big.  how move them closer top to bottom vertically for mobile.  desktop is fine.

    • #34747

      Hi,

      Please change the code you added

      .product-image.pr {
      	position: relative !important;
      	margin-top: 50px !important;
      	display: block !important;
      }

      to

      .product-image.pr {
      	position: relative !important;
      	margin-top: 50px !important;
      	display: block !important;
      }

      Kind regards

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

    • #34757

      the code above is same on both ?

    • #34758

      Hi,

      Sory, i wrong. Please remove change margin-top: 0 !important;

      Kind regards

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

Viewing 3 reply threads

You must be logged in to reply to this topic.