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

No space after Attribute name and the Swatches

Iqbal Shahid

Sample product page

The Mediterranean – Sobia’s Art (sobiasart.com)

Notice that There is no space or line break after the attribute name: “Type”

Golam Kibria

Hi Iqbal,

Please try adding the following CSS to the customizer:
(Appearance > Customize > Additional CSS):

th.label,
td.value.woo-variation-items-wrapper {
display: block;
padding-bottom: 5px;
}

.single .variations th.label {
text-align: left;
}

Let me know if the issue is resolved.

Thank You

Iqbal Shahid

It did. Is this something that will get fixed in a later release of the plugin?

Golam Kibria

Hi Iqbal,

The issue appeared due to a recent change of markup in WooCommerce.

Everything should be fine for you now.

Is there anything else we can do for you?

Thank You