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.