Results 1 to 5 of 5
  1. #1
    Join Date
    Jan 2007
    Posts
    82
    Plugin Contributions
    0

    Default Word wrap problem in product info

    Hello,

    I try to remove the word wrap of "Shipping Weight: 24.5lbs "
    in the product info page.
    see example

    http://www.hotdealspot.net/index.php...&products_id=1

    As to me, there is enough space to show "Shipping Weight: 24.5lbs " in one line, but it is wrapped. It looks like the width of those lines is defined in somewhere. But I can't find it.

    Thanks for the help.

  2. #2
    Join Date
    Jan 2007
    Posts
    48
    Plugin Contributions
    0

    Default Re: Word wrap problem in product info

    Change this in your stylesheet.css file -

    includes/templates/YOUR_TEMPLATE/CSS/stylesheet.css

    Code:
    .floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
    margin:0pt;
    width:47%;
    }
    to

    Code:
     .floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
     margin:0pt;
     width:100%;
     }

  3. #3
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Word wrap problem in product info

    A note of caution -- doubling the width of several styles at once tends to cause more issues than it resolves.

    Isolate the style that controls the shipping weight display on the page(s) in question, then change this and only this in stylesheet.css. Don't be afraid to remove one style from a cluster and set its characteristics individually.

  4. #4
    Join Date
    Jan 2007
    Posts
    82
    Plugin Contributions
    0

    Default Re: Word wrap problem in product info

    thank you.

  5. #5
    Join Date
    Aug 2005
    Location
    Cincinnati
    Posts
    334
    Plugin Contributions
    0

    Default Re: Word wrap problem in product info

    You're welcome. :)

 

 

Similar Threads

  1. Word wrap under product images - How to change?
    By sofasurfer in forum General Questions
    Replies: 8
    Last Post: 22 Apr 2011, 06:59 PM
  2. IE8 word wrap issue
    By mheishman in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Apr 2009, 10:52 PM
  3. Information sidebox word wrap problem-TruBlue Template
    By Ecable in forum Addon Templates
    Replies: 0
    Last Post: 15 Feb 2009, 05:31 PM
  4. Product Info text wrap
    By sathiy in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 31 Aug 2008, 03:52 AM
  5. Word wrap in TABLE_HEADING_COMMENTS
    By TPHoare in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 14 Aug 2006, 08:12 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg