-
AuthorPosts
-
May 15, 2015 at 3:47 pm #444995
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 NaturwolleI 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,
SophieMay 18, 2015 at 3:43 pm #445752Hi 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,
YigitMay 18, 2015 at 5:19 pm #445868That worked fine, thanks so much.
With separate rows I mean the following
Größe
field for the variablesGewünschte Naturwolle
field for the variablesMaybe 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….
SophieMay 18, 2015 at 5:29 pm #445877Hi!
Please add following code to Quick CSS as well
#top .variations td.label { width: 100%; text-align: left; } #top .variations td { display: block; }Cheers!
YigitMay 18, 2015 at 5:36 pm #445885You’re great! Worked.
Thanks,
SophieMay 18, 2015 at 5:39 pm #445888 -
AuthorPosts
- The topic ‘Displaying variables’ is closed to new replies.
