Jump to content

Change Cart Summary width - Prestashop 1.4


moy2010

Recommended Posts

Good afternoon, prestashop community. This time I'm asking for help coz the width in the cart summary is too long, and it goes beyond the right column making it looking awkard.

 

I'm attaching a screen capture so you can see what I mean.

 

Thanks in advance,

 

Moises Garcia.

post-270776-0-84481900-1333563386_thumb.png

Link to comment
Share on other sites

Good afternoon, prestashop community. This time I'm asking for help coz the width in the cart summary is too long, and it goes beyond the right column making it looking awkard.

 

I'm attaching a screen capture so you can see what I mean.

 

Thanks in advance,

 

Moises Garcia.

 

Hello,

 

please post the URL of your site to tell you what to modify.

Link to comment
Share on other sites

Column names in the header of the cart summary are too long.

You should make words shorter, for ex: change "Precio unitario" to "Prec".

 

Also decrease the font-size. Try to add this line to your global.css:

#cart_summary th {font-size:10px;}

 

You can also try to hide your right column from the cart page.

Your body id of the cart page is "order",

So try to add the following line to your global.css:

body#order #right_column {display:none;}
Link to comment
Share on other sites

  • 4 months later...

Hy i have the same problem. But i have the center column width at 508px and that's how wide i want the cart summary to be, i spent all night trying to find a solution but tabled kill me so much. So if anybody could tell me a solution i would be grateful

Link to comment
Share on other sites

Hy i have the same problem. But i have the center column width at 508px and that's how wide i want the cart summary to be, i spent all night trying to find a solution but tabled kill me so much. So if anybody could tell me a solution i would be grateful

 

why don't you share us your link and let everyone have a look.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...