How can I move forum name?
3 posters
Page 1 of 1
How can I move forum name?
How can I move the name of forum, description and subforum name a little to the right like on the screenshot below?
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: How can I move forum name?
Hello,
Go to: General > Categories and forums > And click to this in the forum if you want edit.
In the "Forum name" you add this code:
In the "Description" you add this code:
Did it help? if yes tell.
Otto D'Slytherin
Go to: General > Categories and forums > And click to this in the forum if you want edit.
In the "Forum name" you add this code:
<p align="right"> YOUR FORUM NAME </p>
In the "Description" you add this code:
<p align="right"> DESCRIPTION CONTENT </p>
Did it help? if yes tell.
Otto D'Slytherin
Otto D'Slytherin- New Member
- Posts : 8
Reputation : 1
Language : English
Re: How can I move forum name?
I wanna move the names a little to the right... these codes move them totally to the right
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: How can I move forum name?
Hello,
Do the same process that I mentioned above, just change the code for this:
Did it help? if yes tell.
Otto D'Slytherin
Do the same process that I mentioned above, just change the code for this:
<p align="center"> YOUR FORUM NAME/ DESCRIPTION </p>
Did it help? if yes tell.
Otto D'Slytherin
Otto D'Slytherin- New Member
- Posts : 8
Reputation : 1
Language : English
Re: How can I move forum name?
If I set "center" the name will be at the center... I wanna move the names just a little from the left to the right
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: How can I move forum name?
Hi Johnny,
Can you post your forum link?
Can you post your forum link?
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How can I move forum name?
Hello,
You want the text to be equal to this photo, that location?4
Otto D'Slytherin
You want the text to be equal to this photo, that location?4
Otto D'Slytherin
Otto D'Slytherin- New Member
- Posts : 8
Reputation : 1
Language : English
Re: How can I move forum name?
This is the link of my test forum... look at the forum Uređenje stana and Moj Blog... I moved Uređenje stana a little but I'm not satisfied 'cause I did it on my way... is there a CSS code for doing that?
http://training.serbianforum.info/
http://training.serbianforum.info/
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: How can I move forum name?
Yes:
Change the number to fit your wishes.
I'll check the variables for description and subforum cause of the same classes for them you'll have to do template changes.
- Code:
a.forumlink {
padding-left: 10px;
}
Change the number to fit your wishes.
I'll check the variables for description and subforum cause of the same classes for them you'll have to do template changes.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How can I move forum name?
OK Nera, this works... I'll be waiting for your answer for description and subforum
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: How can I move forum name?
Go to your index_box template and find this:
Replace it with this:
Than add this to CSS:
Change the number in CSS if you want. Don't forget to publish template on the green cross. Just tried it, works.
- Code:
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
Replace it with this:
- Code:
<span class="novo genmed">{catrow.forumrow.FORUM_DESC}</span>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
<span class="novo">{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}</span>
Than add this to CSS:
- Code:
span.novo {
padding-left: 10px;
}
Change the number in CSS if you want. Don't forget to publish template on the green cross. Just tried it, works.
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: How can I move forum name?
Hello,
Go to: General > Categories and forums > And click to this in the forum if you want edit.
In the "Description" you add this code:
Go to: General > Categories and forums > And click to this in the forum if you want edit.
In the "Description" you add this code:
- Code:
<div style="margin-left: 60px;"> YOUR DESCRIPTION </div>
Otto D'Slytherin- New Member
- Posts : 8
Reputation : 1
Language : English
Re: How can I move forum name?
Tnx Nera
Festina Lente- Forumember
- Posts : 279
Reputation : 20
Language : English
Re: How can I move forum name?
Welcy.
Topic Solved & Locked |
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Similar topics
» Is there any way to download the data of my forum and move to another phpbb forum?
» How to move the contents of a phpbb forum to my forumotion forum?
» New here - need help to move forum
» How to move the forum body box?
» How do I move all threads from one forum to another?
» How to move the contents of a phpbb forum to my forumotion forum?
» New here - need help to move forum
» How to move the forum body box?
» How do I move all threads from one forum to another?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum