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

Problem with swatches align

Matúš Priehoda

Hello,

we have a problem with align of swatches selector. All item are in vertical align and we need to make it horizontal.

URL: https://sestrice.kucerka.sk/produkt/lanovy-nosic-sestrice-carrier-plus/?attribute_pa_dizajn=pure-sky-blue

Could you help us?

 

Snímka obrazovky 2023-06-26 115201.png

Hakik Zaman

Hi Matúš,

Thanks for reaching out to us. Unfortunately, the issue is coming from your theme.

Please add the following CSS at Appearance > Customize > Additional CSS

.variations .value>ul {
   display: flex;
}

I hope it will help you to achieve the layout.

Thank You