Viewing 3 replies - 1 through 3 (of 3 total)
  • #rap {
    	background-color: #FFFFFF;
    	width: 800px;
    	height: 100%;
    	padding: 5px;
            margin: 0 auto 0 auto;
    }

    in your style.css, looks like the margins here control centering your page

    so changing that to something like: margin: 0 0 0 10px; would left align the page (adjust that 10px as needed, 0 is no gap, but that would press your content to the very edge of the screen, figured a small buffer would be good)

    Thread Starter dban_2_3

    (@dban_2_3)

    thank you RVoodoo.
    That sorted it!

    Nice! And thanks for marking the thread resolved!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove empty space to left of sheet’ is closed to new replies.