fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

I can’t move squares color and size

Max Kotlin

Hi Max,

Please open a ticket here: https://getwooplugins.com/new-ticket/

Support team is there to help you.

Thank You

 

On Tue, Mar 2, 2021 at 1:00 AM GetWooPlugins <[email protected]> wrote:

From: Max
Email: [email protected]
Subject: Can’t move squares (color and size) by CSS in single page

Message Body:

Hello,

I am creating a website for my client and using your free plugin. I have a question.
Why, when on the product page I try to move the product data (product name, price, words (color and size)) to the center, I can move it to the center. But the squares themselves (color and size) remain in place. And I can’t move them.
Please tell me how I can move them.

Thank you.

You can see the site at
http://shop.test-handyhost.ru/?product=tommy-hilfiger-108

Humayon Kabir

Hello Max Kotlin,

Hope you are doing great today.

Please add the below CSS in your theme/child themes style.

.single-product.woo-variation-swatches .variable-items-wrapper {
justify-content: center !important;
}

It will move colour and size squares into the centre.

Thanks