Okay
  Public Ticket #3065155
Center categories on shop page
Closed

Comments

  •  7
    EllenCoolDutch started the conversation

    Dear People,

    Is it possible to center the 3 products categories on our shop page?

    Thanks in advance

  •  1,877
    Judith replied

    Hello Ellen,

    Thanks for keeping in touch.

    Please try this css:

    .woocommerce .products ul, .woocommerce ul.products {
        margin: 0 9em 6em;
    }

    Thanks.

  •  7
    EllenCoolDutch replied

    I am sorry to say but the Categories are still on the left side.

    I placed the CSS in the Salient - CSS/Script Related page...


  •  1,877
    Judith replied

    Hi There,

    I have added this css, please check it out:

    .woocommerce ul.products[data-product-style]:not([data-n-desktop-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-phone-columns=default]), .woocommerce ul.products[data-product-style]:not([data-n-tablet-columns=default]) {
        justify-content: center;
    }

    Thanks.

  •  7
    EllenCoolDutch replied

    Every time you help me with my problems and every time you solve it.

    You are the best.

    Thank you and regards from Rotterdam

  •  1,877
    Judith replied

    Hello Ellen,

    Thanks for your kind words. It's a pleasure to give you quality and timely support.

    Kind Regards.