VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: miauczyk on September 05, 2013, 18:08:37 PM

Title: Payments methods
Post by: miauczyk on September 05, 2013, 18:08:37 PM
Hello,

Do You know how to increase space between method payments? When my page is displaying my 3 method payments, they are bordering to close each other and it dosent look good. :p
Title: Re: Payments methods
Post by: Maxim Pishnyak on September 05, 2013, 20:00:02 PM
Quote from: miauczyk on September 05, 2013, 18:08:37 PM
Do You know how to increase space between method payments?
First step of howto is to give us an url.
Title: Re: Payments methods
Post by: jenkinhill on September 05, 2013, 21:55:30 PM
Or solve it yourself. http://forum.virtuemart.net/index.php?topic=116620.0
Title: Re: Payments methods
Post by: miauczyk on September 12, 2013, 15:31:32 PM
Here You have url : http://www.e-ambrosia.pl/cart/editpayment

There are three method payments: Płatność przy odbiorze, Przelew zwykły, Dotpay przelew online. This is in polish.

They are to close each other as You see.

I know little css and php but I cant fix it.
Title: Re: Payments methods
Post by: Maxim Pishnyak on September 12, 2013, 21:58:42 PM
As I see it's possible to adjust css property for target class. Do you know with what class you need to work? Firebug tool (FAQs in this forum section) could help you to identify target class.
Title: Re: Payments methods
Post by: miauczyk on September 15, 2013, 19:08:42 PM
I know how to find class. I increased size of words in methods payments. I found class: vmpayment and I put command to increase size in file vmsiteltr.css.

But I dont know how to increase space between method payments. I tried to modify file vmsite-ltr.css by adding commands margin: 15px; and padding: 15px; margin-top, margin bottom but it was all useless. Nothing changed, or changed in way not acceptable. I tried to use another close class to vmpayment but nothing happen.   

I think that I put wrong command or I put it in wrong file.   

I can find class by using firefox inspeqt element, but I dont know how to find file where this code is. The most common in this situation is vmsite-ltr.css so I tried to modify it.
Title: Re: Payments methods
Post by: Maxim Pishnyak on September 16, 2013, 05:01:12 AM
Quote from: miauczyk on September 15, 2013, 19:08:42 PM
I can find class by using firefox inspeqt element, but I dont know how to find file where this code is. The most common in this situation is vmsite-ltr.css so I tried to modify it.
Btw firebug could show you not only file, but also on which row necessary code is.