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.
Thanks in advance.
The Codfather
Text Question
- Marc
- Administrator
- Posts: 620
- Joined: Tue 2. Sep 2008, 22:48
- phpbb.com: Marc
- Location: Munich
- Contact:
Re: Text Question
Open styles/proFormell/theme/content.css
Find:
Increase the padding accordingly.
Find:
Code: Select all
padding-left: 45px; /* Space for folder icon */
Re: Text Question
Thanks very much, all sorted.