# Blog page shifts

**URL:** https://discourse.roots.io/t/blog-page-shifts/2192
**Category:** uncategorized
**Created:** 2014-08-28T19:50:43Z
**Posts:** 11

## Post 1 by @benlobovits — 2014-08-28T19:50:43Z

Hi there-using Roots and I noticed that my blog page (as chosen by the Wordpress reading settings) shifts a little bit to the left, about 15px-the nav as well as the main-content. Any way to disable this?

---

## Post 3 by @benlobovits — 2014-08-28T20:32:15Z

this is driving me crazy, can anyone help?

I even tried a fresh install and am getting the same errors…

---

## Post 4 by @markgray — 2014-08-28T20:50:21Z

Can you give a link to the site?

---

## Post 5 by @cfx — 2014-08-28T22:02:38Z

Are you sure this isn’t due to browser chrome?

---

## Post 6 by @benlobovits — 2014-08-28T22:06:22Z

@markgray im in the process of uploading it to a test server so you can see, will post when it’s live

@cfx it’s very strange because in firefox it’s the other non-blog pages that shift! in chrome is just the blog page…

---

## Post 7 by @cfx — 2014-08-28T22:27:35Z

I was referring to “browser chrome”, not the browser called Chrome :wink:

---

## Post 8 by @benlobovits — 2014-08-28T22:34:41Z

wow-it’s the damn scrollbar in browsers! some pages are long, some aren’t, duhhhh

fix:

`html { overflow-y: scroll; }`

---

## Post 9 by @cfx — 2014-08-28T22:46:22Z

Yes, that is called “browser chrome.”

---

## Post 10 by @benlobovits — 2014-08-28T22:58:43Z

@cfx good to know as I have never heard of that before. I’m just getting a site up and running and will eventually have content on every page so don’t see this is an issue but good to know for dev process.

---

## Post 11 by @markgray — 2014-08-28T22:58:52Z

Nice, Brilliantly spotted :slight_smile:
