Layout of shipping and payment choice

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Oct 19, 2012 1:15 pm
Reply with quote
Report this post
Hello,

I am almost ready designing my new webpage. I am so happy with your theme.

In the virtuemart checkout I get to pick shipment and payment. On these two pages the choices are just next to the buttons. There should be some space between buttons and the options.

Please see attached pictures.

Is there anything that can be done?
User avatar
Senior Boarder

Konrad M
Fri Oct 19, 2012 1:46 pm
Reply with quote
Report this post
Hi,
can you give us url to your site ? It will be much easier to help you.
User avatar

GK User
Fri Oct 19, 2012 2:07 pm
Reply with quote
Report this post
http://www.kimchikid.com/batbike/webshop.html

Please feel free to fill in a test order to get to that stage!
User avatar
Senior Boarder

Konrad M
Mon Oct 22, 2012 8:21 am
Reply with quote
Report this post
Please send me Private Message with access to your site becasue now is blocked.
User avatar

GK User
Mon Oct 22, 2012 10:10 am
Reply with quote
Report this post
Hello Konrad, this weekend I launched the site in the correct domain and it is now live.

Please check www.batbike.se

I am eager to solve this.
User avatar
Senior Boarder

Konrad M
Mon Oct 22, 2012 10:29 am
Reply with quote
Report this post
Please try add to override.css
Code: Select all
#userForm h3 p {
margin:0px !important;
}
#userForm h3 br {
display:none;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Oct 22, 2012 11:07 am
Reply with quote
Report this post
Yes that worked for the shipping. Do you have one for the payment also?
User avatar
Senior Boarder

Konrad M
Mon Oct 22, 2012 11:56 am
Reply with quote
Report this post
Try this one:
Code: Select all
#paymentForm h3 p {
margin:0px !important;
}
#paymentForm h3 br {
display:none;
}
User avatar

GK User
Mon Oct 22, 2012 12:11 pm
Reply with quote
Report this post
No that last one did not work.
User avatar
Senior Boarder

Konrad M
Mon Oct 22, 2012 1:36 pm
Reply with quote
Report this post
Please send me Private Message with some test account.
User avatar

Konrad M
Mon Oct 22, 2012 2:28 pm
Reply with quote
Report this post
Did you paste second code I gave you to override.css ? Becasue I see that you didn't activate this file in template settings.
User avatar

GK User
Mon Oct 22, 2012 2:43 pm
Reply with quote
Report this post
I am using the custom CSS funktion in your template rather than the override.css, I guess they do the same thing.

Actually I removed it because your code didn't work. Now I have added it again.
User avatar
Senior Boarder

GK User
Tue Oct 23, 2012 11:51 am
Reply with quote
Report this post
Did you give up?
User avatar
Senior Boarder

GK User
Tue Oct 23, 2012 3:27 pm
Reply with quote
Report this post
Now I have finally added your and all other css changes in overide.css.

Of course result is the same, the last one does not work.
User avatar
Senior Boarder

Konrad M
Tue Oct 23, 2012 3:32 pm
Reply with quote
Report this post
Did you remove my test account ? Becasue I can't log in as a client.
User avatar

GK User
Wed Oct 24, 2012 9:27 am
Reply with quote
Report this post
Sorry for that, the test account is now active!
User avatar
Senior Boarder

Konrad M
Wed Oct 24, 2012 2:05 pm
Reply with quote
Report this post
Yes, but now you need to have login and pass to access to website. Test one doesn't work.
User avatar

GK User
Wed Oct 24, 2012 3:44 pm
Reply with quote
Report this post
My website is since Monday live at www.batbike.se

To use this webpage you dont need any password.
User avatar
Senior Boarder

Konrad M
Thu Oct 25, 2012 9:20 am
Reply with quote
Report this post
Please add tihs code:
Code: Select all
#paymentForm h1 p {
margin:0px !important;
}
#paymentForm h1 br {
display:none;
}
User avatar

GK User
Thu Oct 25, 2012 9:37 am
Reply with quote
Report this post
YES solved!

You guyes are such pros!

Thank you Konrad.
User avatar
Senior Boarder


cron