Proceed to Checkout Botton appears in center

Proceed to checkout button is appearing in center and not right aligned.Attachment 27649

3 answers

Profile photo of Sherlock 0.00 $tone May 23, 2013
Public

HI joomlagt,

You could open your theme.css file and adding this css rule to it’s bottom

HTML Code:

 .cart .cart-collaterals {
                        float: left;
                       width: 100% !important;
                     }

I hope that would help !

#3

Please login or Register to Submit Answer

Written By

Comments