News:

Looking for documentation? Take a look on our wiki

Main Menu

Shopping-cart-page layout twisted a bit

Started by amymattian, April 15, 2013, 20:34:32 PM

Previous topic - Next topic

amymattian

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

And here is an image of the problem fields:


How can I get the email-address-label (Sähköposti) to show below the Title (Laskutusosoite)?

Greetings,
Anne




K&K media production

add this css to your template css:

label.delimiter_billto {
     clear: both;
}

amymattian

Great!!! That fixed the layout! Thank you so much!

Greetings,
Anne