Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1326715
    thejeffklein
    Participant

    hi. i cant seem to get my shop to display correctly. i have it set to 4 columns, but its coming out an awkward mess. ill post url separate

    #1326717
    thejeffklein
    Participant
    This reply has been marked as private.
    #1326826
    Rupok
    Member

    Hi there,

    Thanks for writing in! Let’s set the shop column from Customize > WooCommerce and save again – http://prntscr.com/dukqoy

    Cheers!

    #1326868
    thejeffklein
    Participant

    thats what it was set at. i changed it and changed it back and saved again. still not working

    #1326881
    Rupok
    Member

    Hi there,

    Sorry ot hear that you are still having this issue. You can add this under Custom > CSS in the Customizer.

    .woocommerce .products li.product.first, .woocommerce .products li.product.last {
      clear: none;
    }
    .woocommerce .products.cols-3 li.product:nth-child(3n) {
      margin-left: 4%;
    }

    Hope this helps.
    Cheers!

    #1326888
    thejeffklein
    Participant

    thanks, that almost kind of works. see screenshot. its still skewed and has justification issues.
    any ideas?
    thanks so much

    #1326889
    thejeffklein
    Participant
    This reply has been marked as private.
    #1326908
    Rad
    Moderator

    Hi there,

    Please replace this CSS,

    .woocommerce .products li.product.first, .woocommerce .products li.product.last {
      clear: none;
    }
    .woocommerce .products.cols-3 li.product:nth-child(3n) {
      margin-left: 4%;
    }

    with this

    @media ( min-width: 768px ) {
      .woocommerce .products li.product {
      margin-right: 4%;
      clear: none;
      }
    .woocommerce .products li.product:nth-child(3n+0) {
    clear:right;
    margin-right:0;
    }
    .woocommerce .products li.product:nth-child(3n+1) {
    clear: left;
    }
    }
      

    Hope this helps.

    #1327015
    thejeffklein
    Participant

    excellent. thank you

    #1327143
    Joao
    Moderator

    You are welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-1326715 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>