The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to move the Icons for the forum to the left

4 posters

Go down

Solved How to move the Icons for the forum to the left

Post by Guest June 22nd 2011, 6:24 pm

How to move the ''Icons for the forum'' to the left as you can see one this picture the forum I'm using is PunBB Smile

How to move the Icons for the forum to the left This10
avatar
Guest
Guest


Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Guest June 22nd 2011, 9:39 pm

Anyone....
avatar
Guest
Guest


Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Irian June 22nd 2011, 9:47 pm

forum link? Smile

bye
Irian
Irian
Forumember

Male Posts : 661
Reputation : 18
Language : English, Français, Spagnol, Latin, ecc.
Location : New york

http://www.puregroups.co.cc

Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Guest June 22nd 2011, 9:58 pm

I said I'm using PunBB Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Empire_1 June 23rd 2011, 4:46 pm

Tony M wrote:I said I'm using PunBB Wink

I've done several forums and there are always problems like this. I think the quickest and easiest way to solve this is by upgrading your forum to phpBB2 or Invision. Try it and see if it fixes the problem
Empire_1
Empire_1
Active Poster

Male Posts : 1391
Reputation : 125
Language : English, Spanish, Mandarin, C++
Location : Summoner's Rift

Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Guest June 23rd 2011, 5:17 pm

Yes but i don't like both of those version but i think this can be done with css.

Still need help! Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Base June 23rd 2011, 5:53 pm

Tony M, posting consecutively is not tolerated unless separated by 24 hours since the last post. In future, please use the edit button. Wink

Could you provide me with your forum link?
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Nera. June 23rd 2011, 6:07 pm

Hi,

They are .status class in punBB same as icons for topics.

You can try like this.
Go to your index_box template and find this.
Code:
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
Replace it with this
Code:
<span class="ikone">   <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                     </span>

Than add this to CSS
Code:
.ikone {
    margin-left: -20px;
}

This is what you will get

How to move the Icons for the forum to the left 6Ks4

Hope that is what you are after.
P.S. PunBB is preety customizable version. Not version with no templates.
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Guest June 23rd 2011, 9:31 pm

Yes Nera. that is what I'm after and that is fixed. But how to move the topic title some to the right. Smile

As you can see:
How to move the Icons for the forum to the left Tt10
avatar
Guest
Guest


Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Nera. June 24th 2011, 10:41 am

You mean the forum title Tony?

Code:
a.forumtitle {
    padding-left: 10px;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Guest June 24th 2011, 11:23 am

Yeah that what i mean it xD sorry about that. but the code you give seems not to work.
avatar
Guest
Guest


Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Nera. June 24th 2011, 11:24 am

Hmmm...
I've tried it on punBB... You can check in your CSS do you already have settings for padding of forumlink/name and change that one.
If you don't want to show your forum can you PM it to me?
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Guest June 24th 2011, 11:31 am

I have send you the pm Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: How to move the Icons for the forum to the left

Post by Nera. June 24th 2011, 11:43 am

Solution =

Nera. wrote:
Code:
a.forumtitle {
    padding-left: 10px;
}

Soved ~ Locked
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum