Jump to content

Problem with Shopping Cart Block-Not Lined Up Correctly


Recommended Posts

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

post-411365-0-06500000-1377126532_thumb.jpg

Link to comment
Share on other sites

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:

tTUb5fO.png

Link to comment
Share on other sites

×
×
  • Create New...