Chrome opens a space in the middle of the nav bar, but not on IE or FF
Permalink
Someone mentioned our site on Chrome has white space in the middle of our navigation bar. How can this happen? Is there something in CSS that could prompt such a thing, something fixable?
This is onhttp://www.fullerlabs.com on all pages, except the initial view of the Home page. I fixed this last year with Adreco's help, but it seems to be back and only on Chrome. Where exactly is this information, when home.css is fixed?
Lee
This is onhttp://www.fullerlabs.com on all pages, except the initial view of the Home page. I fixed this last year with Adreco's help, but it seems to be back and only on Chrome. Where exactly is this information, when home.css is fixed?
Lee
Hmm, I am confused on this one. The only thing that seems partly logical is maybe the CSS contains something that Chrome doesn't like.
On your home.css, try changing padding (around line 42) to 0 instead of 7
I changed it on Chrome dev tools and it allowed the divs to line up again as needed.
I changed it on Chrome dev tools and it allowed the divs to line up again as needed.
Adreco,
Many thanks. That got it.
Lee
Many thanks. That got it.
Lee