Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #327423
    lucaluca
    Member
    Post count: 63

    Hi guys, I’ve got a question: is it possible to remove the left-sidebar in order to show only 3 products x each row, with more space beetween the products. I know that your theme offer the possibility to display products without sidebar, but with 3 products each raw the size of the image of each product is bigger than the actual. What I’d like to do is showing 3 products each row, with this size of the image ( https://www.montenapoitaliancouture.com/categoria-prodotto/uomo/ ) but without the left sidebar, this EXCLUSIVELY on DESKTOP version.

    Thank you.

    #327439
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779
    This reply has been marked as private.
    #327447
    lucaluca
    Member
    Post count: 63
    This reply has been marked as private.
    #327454
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    .tax-product_cat .has-left-sidebar aside.sidebar {
        display: none;
    }
    
    @media (min-width: 768px) {
      .tax-product_cat .col-sm-9 {
          width: 100%!important;
      }
    }
    
    .tax-product_cat.woocommerce ul.products li.product.col-sm-4 {
        width: 25%!important;
    }

    -Rui

    #327546
    lucaluca
    Member
    Post count: 63
    This reply has been marked as private.
    #327881
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What is the URL? Can you set the code so we can see the issue?

    Thanks.

    #328088
    lucaluca
    Member
    Post count: 63
    This reply has been marked as private.
    #328617
    David Martin – Support
    Moderator
    Post count: 20834

    There is not really an easy way to do this without a full paid customisation request.

    Try:

    .tax-product_cat .has-left-sidebar aside.sidebar {
        display: none;
    }
    
    @media (min-width: 768px) {
      .tax-product_cat .col-sm-9 {
          width: 100%!important;
      }
      .tax-product_cat .col-sm-push-3 {
        left: auto !important;
    }
    }
    
    .tax-product_cat.woocommerce ul.products li.product.col-sm-4 {
        width: 25%!important;
    }
    .tax-product_cat.woocommerce ul.products li.product {
        margin: 0 50px !important;
    }
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register