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

Swatches on mobile align center

Bekim Ahmeti

Hello

i love your product. is there a possibility to set swatches on product single page on mobile view center? on shop page there is centered but on single page not. also the shortcode for elementor is not centered. this would be great on mobile!

Tanvirul Haque

Hello Bekim Ahmeti,

Thanks for reaching out to us. Could you please share your product page URL?

Thanks

Tanvirul Haque

Hi Bekim Ahmeti,

Could you please put the following CSS code inside your child theme style.css and confirm me is it working for you or not?

@media (max-width: 719px) {
table.variations .label {
text-align: center;
}
table.variations ul.variable-items-wrapper {
justify-content: center;
}
}

Thank you