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

Variation beside title

maria arif

Hi, why the variation beside title instead of under title? Can you help me?

Screenshot 2022-03-24 at 12.36.54 PM.png

Hakik Zaman

Hi maria,

Thanks for reaching out to us. Can you please give us an exact link to check?

Hope to hear from you soon!

Thank You

Hakik Zaman

Hi maria,

Thanks for sharing the URL. Please place the below CSS at Appearance > Customize > Additional CSS

table.variations tbody tr th, table.variations tbody tr td {
   display: block;
   width: 100%;
}

table.variations tbody tr th{
   padding-left: 0;
}

table.variations tbody tr th label{
   text-align: left;
   display: block !important;
}

And hit the button Publish. Then check your single product page and don’t forget to clear your cache (browser cache + caching plugin cache [Autoptimize] + server-side cache) before checking.

Please let me know if it works or not.

Thank You