Hi, I am having difficulties with the woocommerce product page layout, for some reason the attributes and variations section does not look properly distributed in space. There is a very little space for the attribute tittle (around 10% of the whole section), making my title go in a two line, and a huge (90%) space to select the attribute’s variation.
How can I fix this?
Thanks in advance
Hey emisanz,
Please try the following in Quick CSS under Enfold->General Styling:
#top .variations td.label {
width: 110px;
}
Best regards,
Rikard
Awesome! Thank you