Title: Horizontal scroll bar?
Last modified: August 19, 2016

---

# Horizontal scroll bar?

 *  Resolved [portermonkey](https://wordpress.org/support/users/portermonkey/)
 * (@portermonkey)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/horizontal-scroll-bar-1/)
 * My [home page](http://tinyurl.com/49om4ra) has a horizontal scroll bar but the
   page is small?
 * any ideas?
 * thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [David Gwyer](https://wordpress.org/support/users/dgwyer/)
 * (@dgwyer)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/horizontal-scroll-bar-1/#post-1988187)
 * It’s because you have a CSS class on you body tag set to 100% width, but also
   with a right padding value of 8px. I removed this in firebug (set it to 0px) 
   and the horizontal scroll bar disappeared.
 * On line 118 in your style.css file change the padding from:
 * `padding: 10px 8px 8px;`
 * to
 * `padding: 10px 0px 8px;`
 *  Thread Starter [portermonkey](https://wordpress.org/support/users/portermonkey/)
 * (@portermonkey)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/horizontal-scroll-bar-1/#post-1988189)
 * thanks!
 *  Thread Starter [portermonkey](https://wordpress.org/support/users/portermonkey/)
 * (@portermonkey)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/horizontal-scroll-bar-1/#post-1988226)
 * that solved that issue but set my first column over with no padding?

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Horizontal scroll bar?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [portermonkey](https://wordpress.org/support/users/portermonkey/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/horizontal-scroll-bar-1/#post-1988226)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
