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
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.
Or solve it yourself. http://forum.virtuemart.net/index.php?topic=116620.0
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.
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.
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.
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.