How can I increase the space before the content of the left column (categories, info...)
The text appears a little to close to the left edge.
It 's probably something with the margins of stylesheet.css ,but I don't know which rule to alter.
How can I increase the space before the content of the left column (categories, info...)
The text appears a little to close to the left edge.
It 's probably something with the margins of stylesheet.css ,but I don't know which rule to alter.
This is where it will be useful for you to install Firefox and its Web Developer extension, so you can find the answers by yourself.
The Web Developer's Information > Display Element Information button will show you which class or id applies to any element you click on, and the CSS > Edit CSS button will let you try stylesheet changes and see results instantly.
This is a beautiful tool.
I have added this piece of code en it does it.
#navColumnOneWrapper{padding-left:5px;}