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

Lay-out is not working well

Jacky Rhemrev

Hi!

The size options are not displayed next to SIZE, but below it. On another website, they do display nicely next to SIZE.

 

Hakik Zaman

Hi Jacky,

Thanks for reaching out to us. Could you please give us a screenshot?

You can also temporarily deactivate our plugin to check is it happening without our plugin or not.

Hope to hear from you soon!

Thank You

Hakik Zaman

Hi Jacky,

Your theme was designed that way, that’s why it is displayed like this- https://prnt.sc/26cpok9

You can place the below CSS at Appearance > Customize > Additional CSS

.product-variable.db.mb__20 h4.label {
   max-width: 10%;
   width: 100%;
}

.product-variable.db.mb__20 {
   display: flex;
}

Then please let me know if it resolves your issue or not.

Thank You

Hakik Zaman

Hi Jacky,

I think it will not be a good decision. Because right now you have only one variation (Size).

When you make one more like- Color. It will be confusing for your customer.

By the way, You can put the below CSS to get the clear button in the same line-

.variations .value .reset_variations {
   margin-left: 20px;
   display: flex;
   align-items: center;
}

.variations .value {
   display: flex;

}
Thank You