Align shipping & payment options in VM cart

GK User
Mon May 04, 2015 11:01 am
The shipping and payment options in the cart do not align corrrectly.. If extra cost are calculated the next shipping/payment option is on the same line as the cost of the previous option. See image.

And the first option is positioned a little bit more to the right then the folowing options.

How can I correct this?
User avatar
Junior Boarder

GK User
Mon May 04, 2015 11:27 am
User avatar
Junior Boarder

teitbite
Mon May 04, 2015 1:29 pm
Hi

Please create a user with address filled in so all shipping and payment option will be visible when I log in, than send me this login data via PM so I'll be able to check.
User avatar
Moderator

teitbite
Tue May 05, 2015 6:43 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#gkMainbody table.cart-summary td br {
display: block !important;
}
User avatar
Moderator

GK User
Wed May 06, 2015 8:41 am
Thx! It looks better..

But sometimes an option costs extra and sometimes it doesn't. When there are no extra costs a blank line is shown.

I would like to move the price so the extra line will not appear.
User avatar
Junior Boarder

teitbite
Sun May 10, 2015 10:27 am
Hi

I'm not sure how to do that. Please send me an access to FTP so I'll try to figure something out.
User avatar
Moderator

teitbite
Sat May 16, 2015 5:34 pm
Hi

Sorry but I cannot find a way to make it as You request. It's dig deep in VM code. Try add this code to make it stand out a little bit less:

Code: Select all
.vmpayment_cost {
font-weight: normal;
color: #999;
}
User avatar
Moderator


cron