Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1101193
    sebagc
    Participant

    Hi!
    We have a 2 columns WC Store. Is there a way to adjust the spacing between the 2 columns?
    Please see http://petitecotton.cl/tienda/ for reference.

    Thank you very much!
    Best,
    Sebastian

    #1101262
    Rue Nel
    Moderator

    Hello Sebastian,

    Thanks for writing in! To resolve this issue and have 2 columns with no spacing between the columns, please add the following css code in the customizer, Appearance > Customize > Custom > CSS;

    @media(min-width: 980px){
        .woocommerce .cols-2 li.product, .woocommerce.columns-2 li.product {
            width: 50%;
            margin-right: 0;
        }
    }

    By default, it has a width of 48% and a right margin of 4%. In the given code, we just have zeroed out the margin and made the width to 50%.

    Hope this helps.

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