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

Home Forums Themes Support Claue Delete margin, shop page

Viewing 1 reply thread
  • Author
    Posts
    • #40598
      pinarbasicaner
      Support Expired

      Hi, is there any way to delete padding between products on shop page like this link, https://lesbenjamins.com/collections/men

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

      Hi Pinarbasicaner,

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

      .products.jas-row .jas-col-md-3 {margin-bottom: 0; padding-left: 0; padding-right: 0;}
      @media only screen and (max-width: 480px) {
      .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) {
      	padding-left: 0;
      }
      .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;
      }}

      Kind 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.