Hi,
I'm using J2.5 and VM2.2.20b and Onepagecheckout plugin. The shopping-cart-page (Onepagecheckout) is twisted. The "Invoicing Details-form" -title (Laskutustiedot) and email-field-label (Sähköposti) are side by side, when the title should be above and the email-field-label below it. I don't do coding so I don't know how to fix this.
Here you see how it looks like now:
http://www.homeopaatti.com/ostoskori (http://www.homeopaatti.com/ostoskori)
And here is an image of the problem fields:
(http://www.homeopaatti.com/shopping-cart-page.jpg)
How can I get the email-address-label (Sähköposti) to show below the Title (Laskutusosoite)?
Greetings,
Anne
add this css to your template css:
label.delimiter_billto {
clear: both;
}
Great!!! That fixed the layout! Thank you so much!
Greetings,
Anne