abetts Posted May 5, 2010 Share Posted May 5, 2010 How can I reduce the size of the font used in the shopping cart display, it's bigger than everywhere else and ruins the look and functionality of the cart in my shop. Thanks! Link to comment Share on other sites More sharing options...
rocky Posted May 5, 2010 Share Posted May 5, 2010 I don't know how you managed to do that. The font size is normal on my shopping cart summary. You should check the font size of the #cart_summary section of your global.css and the /* global table style */ section, since the cart summary inherits that style. Link to comment Share on other sites More sharing options...
abetts Posted May 5, 2010 Author Share Posted May 5, 2010 I've changed the size of the digits in #cart_summary by changing the font size to 0.7em but not the text, seems to look much nicer though so thanks! Link to comment Share on other sites More sharing options...
svenson9 Posted August 16, 2010 Share Posted August 16, 2010 same problem here.http://www.prestashop.com/forums/viewthread/65764/general_discussion/cart_summary__first_step Link to comment Share on other sites More sharing options...
EF Posted November 27, 2010 Share Posted November 27, 2010 I have exactly the same problem, but I don’t find any solution anywhere. Please, anybody who can help. My site was working until today and now I have this ugly cart display with big fonts (see attached print screen) and loosing customer orders…. :-(Please Help - this is driving me nuts! Link to comment Share on other sites More sharing options...
Riv3n Posted July 13, 2011 Share Posted July 13, 2011 Hello guysI have exactly the same problem as above.Can someone explain to me how to fix this ? I have searched the forum and got no answer.Thanks in advanceL.J Link to comment Share on other sites More sharing options...
dmwd Posted September 9, 2011 Share Posted September 9, 2011 add this to global around td.cart_description a in the globals css td.cart_description { color: #595A5E; font-size: 0.9em; text-decoration: none } Link to comment Share on other sites More sharing options...
dmwd Posted September 9, 2011 Share Posted September 9, 2011 #cart_summary tfoot tr td { border-top: none; line-height: 0.9em } #cart_summary tfoot tr.cart_total_product td, #cart_summary tfoot tr.cart_total_price td { border-bottom: 1px dotted #CCCCCC; } #cart_summary .price, #cart_summary .price-discount { color: #595A5E; font-size: 0.8em; text-decoration: none } tr.cart_item td { padding: 0.5em 0 } td.cart_product a { margin: 0 0.6em } td.cart_product a img { border: 1px solid #ffffff; height: 45px; width: 45px; } td.cart_product a:hover img { border: 1px dotted #DBDBDB } td.cart_description { color: #595A5E; font-size: 0.8em; text-decoration: none } td.cart_description a { text-decoration: none } Link to comment Share on other sites More sharing options...
Rhapsody Posted September 9, 2011 Share Posted September 9, 2011 How can I reduce the size of the font used in the shopping cart display, it's bigger than everywhere else and ruins the look and functionality of the cart in my shop. Thanks! I had a similar problem and found it was due to the CCC settings. In the BO go to the "Preference" tab, then click the "Performance" subtab. Turn off all the CCC options. To test, clear the browser cache, and for the Smarty settings at the top of the page click on force compile - yes and cache - no. Now see if the font looks normal. If it is normal, then enable the CCC settings one at a time to see which one is causing the problem. Once you determine which CCC setting is the cause, leave that set to the disabled setting and restore all the others. When done with the testing, enable the cache and turn off the force compile. I have two shops one was impacted by High risk HTML compression (so I set that to Keep W3C validation) and the other was Compress inline JavaScript in HTML so that was set to Keep inline JavaScript in HTML as original Link to comment Share on other sites More sharing options...
dicktenbrinke Posted September 26, 2011 Share Posted September 26, 2011 I am pretty new whith prestashop but its going ok. I am trying to find the file where i can change the font size. Can anyone telle me where the file is in prestashop ? Thanks in advance Link to comment Share on other sites More sharing options...
garrypark Posted March 22, 2013 Share Posted March 22, 2013 I solved this problem by moving the CART BLOCK position Modules>Top Of Pages Move CART BLOCK module to the very top position Link to comment Share on other sites More sharing options...
cocothecat Posted March 22, 2013 Share Posted March 22, 2013 What is the body font set at? Its normally a fixed px so if you go 0.7em for the basket text it will not actually reduce the size. You need to override it with a new pixel font size for that menu only. If you give me a url I will show you what to add. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now