PDA

View Full Version : Can't get rid of the scroll bar in Chrome



immediate
01-22-2010, 05:39 AM
I have this post: http://www.kavoir.com/2009/01/web-hosting-mosso-discount-coupon-code-control-panel-demo-email-demo.html

I tried everything I could but the right scrolling bar of the post content div simply refuses to go away. The problem is specifically on Google Chrome.

Any idea what is causing the problem?

Della Emery
02-17-2010, 08:38 AM
n your theme's stylesheet (the Hybrid screen.css) there is this entry:

---------------------------------
/* Entry content */
.entry-content {
overflow: auto;
margin: 0 0 10px 0;
}