Page 1 of 1

Text Question

Posted: Wed 9. Mar 2011, 18:06
by codfather
Could someone please help me.
I want to move the text in the picture below, to the right. So the icon can be seen without text covering part of it.


Image

Thanks in advance.

The Codfather

Re: Text Question

Posted: Fri 11. Mar 2011, 21:14
by Marc
Open styles/proFormell/theme/content.css
Find:

Code: Select all

	padding-left: 45px;					/* Space for folder icon */
Increase the padding accordingly.

Re: Text Question

Posted: Fri 11. Mar 2011, 22:29
by codfather
Thanks very much, all sorted.