skycze Posted March 19, 2014 Share Posted March 19, 2014 Where can I edit shopping cart to set short description of the product or spliting description to two line . Price shows me in presta 1.6.0.5 outside the page. Picture attached. web: www.zzzzz.cz Thank you. Link to comment Share on other sites More sharing options...
vekia Posted March 21, 2014 Share Posted March 21, 2014 it's because of long product name without spaces browser can't wrap desc to new line due to the lack of spaces in name. you have to decrease width of whole table row with description, but all name will be cutted use this somewhere in your stylesheet .cart_description { max-width:100px!important; overflow:hidden; } effect Link to comment Share on other sites More sharing options...
skycze Posted March 21, 2014 Author Share Posted March 21, 2014 On 3/21/2014 at 9:12 AM, vekia said: it's because of long product name without spaces browser can't wrap desc to new line due to the lack of spaces in name. you have to decrease width of whole table row with description, but all name will be cutted use this somewhere in your stylesheet .cart_description { max-width:100px!important; overflow:hidden; } effect Thank you now it is correct. Link to comment Share on other sites More sharing options...
vekia Posted March 24, 2014 Share Posted March 24, 2014 you're welcome i marked this topic title as [solved] with regards, milos 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