Click this link: http://www.huxleygame.com/news/ How do I indent the heading called "Huxley News" a little using CSS or if I can't do that then how am I supposed to move it away from the side a little?
nothing wrong with your way of giving the heading a padding instead of the parent element. but in your case i would instead of giving a padding to the heading, give it a margin instead. just replace padding-left with margin-left the output will be same