Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 At Checkout, Product Descriptions Overlap
Author « Topic »  

sandman
Starting Member

USA
8 Posts

Posted - 09/03/2018 :  10:17:07  
At checkout, My longer Products Descriptions, Name. Unit Price, Quant. and Total overlap, making it impossible to read. What do I need to do, to resolve this issue. Here is a screenshothttps://1drv.ms/u/s!Aoqw4lo6AcBWlUEPhGzzyh23hUPe

Thanks in Advance

Phil
ECT Moderator

United Kingdom
7715 Posts

Posted - 09/03/2018 :  10:30:08  
Hi,
Try adding this to your style.css
div.cartoption{
word-wrap: break-word;
}



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

sandman
Starting Member

USA
8 Posts

Posted - 09/03/2018 :  10:49:03  
Good Day Phil:

That solved the overlapping. THANKS! but some words have the last letter on the following underneath line. Here is a screen shot.https://1drv.ms/u/s!Aoqw4lo6AcBWlUJjjdI3S0OQPUnu


Thanks Again In Advance

Phil
ECT Moderator

United Kingdom
7715 Posts

Posted - 09/03/2018 :  11:14:15  
No need for the screenshots as the site url is in your profile

First of all you needed to add that to style.css so it doesn't get overwritten by future updates not the css/ectcart.css

But remove that and try adding this to your style.css file

div.cartoption{
float:left;
width:35%;
}



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

sandman
Starting Member

USA
8 Posts

Posted - 09/03/2018 :  12:02:56  
Good Afternoon From Denver, CO

When we add the following to our style.css, everything shifts to the left and the details are eliminated.

div.cartoption{
float:left;
width:35%;
}

We have added

div.cartoption{
word-wrap: break-word;
}

To the style.css instead of the ectcart.css

Phil
ECT Moderator

United Kingdom
7715 Posts

Posted - 09/04/2018 :  00:12:27  
quote:
We have added

div.cartoption{
word-wrap: break-word;
}


I would remove that now you have added
div.cartoption{
float:left;
width:35%;
}



* Database Migrations and Conversions*
* ASP to PHP Cart Conversions*

*Contact Us*
*Buy The PHP Capture Card Plugin*
*Rate Our Services/View Our Feedback*

Andy
ECT Moderator

95440 Posts

Posted - 09/04/2018 :  00:13:51  
Hi

Can you also update your support status as you are currently showing as pre-sales?

Andy

Please feel free to review / rate our software
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.03 seconds. Snitz Forums 2000