VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: mkilkie on August 19, 2016, 21:32:52 PM

Title: Shipping method formatting in cart VM3
Post by: mkilkie on August 19, 2016, 21:32:52 PM
Sorry for the really simple question. I am a novice in CSS alteration. In my virtuemart cart shipping methods are not beginning on new lines meaning they wrap badly across the page. I assumed each method would begin a new line. I guess a simple br would sort it but I dont know where?
Title: Re: Shipping method formatting in cart VM3
Post by: GJC Web Design on August 19, 2016, 22:47:39 PM
without a live example hard to give any advice

normally you would just add a clear:both to the element
Title: Re: Shipping method formatting in cart VM3
Post by: mkilkie on August 21, 2016, 00:24:18 AM
Thanks for the reply. As usual I wasnt clear.

I attach a screendump of the cart on checkout. As you can see it looks like this.

. Royal mail signed for
Normally next day, signed for
(fee £2.37)  . Royal mail 1st class
Usually next day, no tracking
(fee £1.27) . Royal mail 2nd class
within 3 days, no tracking
(fee £1.20)

Not only is this ugly it is confusing to customers as the price for "royal mail signed for" is on the line for "royal mail 1st class" etc.

I know this is probably very simple but a nod in the general direction of whether there is something stupid I have done, or it is a css problem that is fixable.

thanks

Martin

dis shown on a line. Then there is a line break  for that method. The second method starts after the price and with no line break then
Title: Re: Shipping method formatting in cart VM3
Post by: GJC Web Design on August 21, 2016, 02:11:08 AM
It can be solved with html or css but without the actual markup who can say....