Scroll bar displayed for no reason

Ok, so my problem is that a scroll bar appears on my website, allowing the user to scroll as 1 cm to the right.

I want to completely remove it and have the chat box and logo actually centered on the page.

The same thing happens on mobile devices, all this is WEAKLY scrollable, which makes it really annoying.

Can this be fixed?

Thank you so much! Alex

+3
source share
2 answers

Chrome , . 100%, 15px 30 100- , .

JSfiddle: http://jsfiddle.net/piedoom/T52MM/1/ . , , , .

, , . http://jsfiddle.net/piedoom/T52MM/2/

css, body{padding-left: 0; padding-right: 0;} ( http://jsfiddle.net/piedoom/T52MM/3/)

0

, CSS 100%.

, .

width: 100%;

, .

+1

All Articles