Results 1 to 1 of 1

Thread: Repair ad content overflow if you use HTML (Chrome)

  1. #1
    Thread Starter
    Veteran doctorcilantro's Avatar
    Join Date
    Oct 2010
    Location
    Saudi Arabia
    Posts
    759
    Thanks
    2
    Thanked 26 Times in 16 Posts

    Repair ad content overflow if you use HTML (Chrome)

    Version: as of 3.0.5.3
    Objective: lock content to width of left column in ad description
    Tools: Firebug, Chrome, etc.
    Code Type: CSS
    Files Edited: Style.css
    Location: themes/classipress3.x/

    Currently the left content, your listing's description, doesn't handle HTML code in Chrome which breaks your defined CSS width. We have modded our content_left to about 618, and then modified the:

    .post p, .single-main p {line-height:20px; padding:10px 0; font-size:13px; overflow-x:hidden;}
    This seems like the best solution as other overflow-x values are handled so well. This option allows the content to be hidden but scrolled without a bar in Chrome.

    IE9 and FF3.x seem to simply word wrap the <p>, not sure how images are handled if the overflow-x:hidden; is not there. Will have to test.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Samcy Posts Accepting HTML even if Allow HTML is set to No
    By Bidge in forum Report ClassiPress Bugs
    Replies: 13
    Last Post: June 19th, 2014, 10:00 PM
  2. IE9 vs. FF4 vs. Chrome on 3.0.5.3
    By doctorcilantro in forum ClassiPress General Discussion
    Replies: 4
    Last Post: February 24th, 2011, 07:35 AM
  3. Unable to locate WordPress Content directory (wp-content).
    By anutka in forum WordPress General Discussion
    Replies: 2
    Last Post: February 15th, 2011, 09:35 AM
  4. IE6 & Chrome
    By spymare in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: August 21st, 2010, 04:53 AM