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?
without a live example hard to give any advice
normally you would just add a clear:both to the element
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
It can be solved with html or css but without the actual markup who can say....