I am working on a page. When the content is bigger than the actual page, my scroll-bar is not placed at the right at – there is a small but recognizeable margin to the real end. It just happens on one small page. For the content-managemnt i use wordpress. The link to the page is here http://wp.cloudstarter.de/?page_id=156
Leave a Reply
You must be logged in to post a comment.
You have the width set as 95% on the #page. Set the width to 100% and it should take care of it.
Remove “width: 95%” from #page
You have given width 100% to #page, just remove that width.
is block element and by default has width 100%.