appliances Posted August 21, 2013 Share Posted August 21, 2013 Hello everyone, There is a problem with my shopping cart block on my two sites. The text 'Shipping' is not lined up with the shipping amount and the text 'total' is not lined up with the total amount. It looks like it just went one step down. I also do not know how long it has been like this but I have just noticed it. Is there any way to fix this? (Picture is attached) Thanks Link to comment Share on other sites More sharing options...
vekia Posted August 22, 2013 Share Posted August 22, 2013 it looks like simple css issue. It's hard to say what you have to change exactly, especially because we don't know how the code looks like. is there any chance to check your website? if it is online - please share the url Link to comment Share on other sites More sharing options...
appliances Posted August 22, 2013 Author Share Posted August 22, 2013 Sure, one is http://varoujappliances.com/ and the other is http://appliancenation.com/index.php They are both experiencing the same problem. Link to comment Share on other sites More sharing options...
vekia Posted August 22, 2013 Share Posted August 22, 2013 remove: remove clear:right; from: #cart_block p span { clear: right; float: left; text-align: right; } file: /themes/prestashop/css/modules/blockcart/blockcart.css + add clear:both; to: #cart_block span.price { color: white; float: right; clear: both; } file: /themes/prestashop/css/modules/blockcart/blockcart.css effect: Link to comment Share on other sites More sharing options...
Recommended Posts