VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: amymattian on April 15, 2013, 20:34:32 PM

Title: Shopping-cart-page layout twisted a bit
Post by: amymattian on April 15, 2013, 20:34:32 PM
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



Title: Re: Shopping-cart-page layout twisted a bit
Post by: K&K media production on April 16, 2013, 00:59:10 AM
add this css to your template css:

label.delimiter_billto {
     clear: both;
}
Title: Re: Shopping-cart-page layout twisted a bit
Post by: amymattian on May 03, 2013, 13:21:15 PM
Great!!! That fixed the layout! Thank you so much!

Greetings,
Anne