Hi,
could you please have a look at this single product page?
http://alpakabetten-und-mehr.de/produkt/kopfkissen/
I defined two variables:
Größe
Gewünschte Naturwolle
I have two problems:
First, the second variable is displayed in grey and not in black. Second: “Gewünschte Naturwolle” is longer than “Größe”. It doesn’t look nice this way. Is it possible to have Größe und Gewünschte Naturwolle in separate rows?
Another problem is the tab for “Bewertungen” it is too short…. Any ideas?
Thank you,
Sophie
Hi Sophieja23!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.variations label {
color: black;
}
#top div.product .woocommerce-tabs ul.tabs li.reviews_tab a, #top div.product .woocommerce-tabs ul.tabs li.reviews_tab {
width: 140px;
}
They are in separate row – http://i.imgur.com/O7TJfTB.png
Can you please elaborate on the changes you would like to make?
Regards,
Yigit
That worked fine, thanks so much.
With separate rows I mean the following
Größe
field for the variables
Gewünschte Naturwolle
field for the variables
Maybe I can find another word instead of “Gewünschte Naturwolle”. It doesn’t look well if its in two lines.
Another question: “Größe” and “Gewünschte Naturwolle” are centered. If there is no way to have the separate rows as mentioned above it what be better to have them align left.
So many questions, sorry….
Sophie
Hi!
Please add following code to Quick CSS as well
#top .variations td.label {
width: 100%;
text-align: left;
}
#top .variations td {
display: block;
}
Cheers!
Yigit
You’re great! Worked.
Thanks,
Sophie