Text Question

English Style Support
Post Reply
codfather
Newbie
Newbie
Posts: 2
Joined: Wed 9. Mar 2011, 16:31
phpbb.com: codfather

Text Question

Post 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
User avatar
Marc
Administrator
Administrator
Posts: 620
Joined: Tue 2. Sep 2008, 22:48
phpbb.com: Marc
Location: Munich
Contact:

Re: Text Question

Post by Marc »

Open styles/proFormell/theme/content.css
Find:

Code: Select all

	padding-left: 45px;					/* Space for folder icon */
Increase the padding accordingly.
Image
codfather
Newbie
Newbie
Posts: 2
Joined: Wed 9. Mar 2011, 16:31
phpbb.com: codfather

Re: Text Question

Post by codfather »

Thanks very much, all sorted.
Post Reply