Hi everyone,
Please can somebody offer advice on how I go about shifting the website content to the left so there is no vertical gap?
Many thanks!
Hi everyone,
Please can somebody offer advice on how I go about shifting the website content to the left so there is no vertical gap?
Many thanks!
#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)
thank you RVoodoo.
That sorted it!
Nice! And thanks for marking the thread resolved!
This topic has been closed to new replies.