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

Need to center the buttons

Murilo Silva

Hello!

Could you please help us to center the buttons for the variation swatches? We couldn’t do it.

As you can see the position of the buttons are to the left right now.

Many Thanks!

 

 

Screen Shot 2021-06-28 at 11.47.05.png

Tanvirul Haque

Hello Murilo Silva,

I can’t access any settings page and plugin page https://prnt.sc/17e21zb could you please check? We need admin level access.

Thanks

Murilo Silva

Hello, Tanvirul!
I have granted admin access now. Could you please confirm?

Many thanks!

Best,
Murilo

Tanvirul Haque

Hello Murilo Silva,

You are using an old version of the WooCommerce plugin, could you please update that to the latest version?

Please try to use the following CSS code inside your customizer additional CSS section and let me know is it working for you or not?

.woo-variation-swatches.wvs-show-label .variations td {
text-align: center;
}
.woo-variation-swatches .variable-items-wrapper {
justify-content: center;
}

Thanks