How can I move forum name?

Johnny Doc at 22h56
01
Jan
2012
How can I move the name of forum, description and subforum name a little to the right like on the screenshot below?

1 Otto D'Slytherin, on 01/01/2012 at 23h35
Hello,

Go to: General > Categories and forums > And click to this Edit 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
2 Johnny Doc, on 01/01/2012 at 23h45
I wanna move the names a little to the right... these codes move them totally to the right
3 Otto D'Slytherin, on 01/01/2012 at 23h52
Hello,

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
4 Johnny Doc, on 02/01/2012 at 00h00
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
5 Nera., on 02/01/2012 at 00h04
Hi Johnny,

Can you post your forum link?
6 Otto D'Slytherin, on 02/01/2012 at 00h07
Hello,

You want the text to be equal to this photo, that location?4


Otto D'Slytherin
7 Johnny Doc, on 02/01/2012 at 00h15
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/
8 Nera., on 02/01/2012 at 00h18
Yes:

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.
9 Johnny Doc, on 02/01/2012 at 00h25
OK Nera, this works... I'll be waiting for your answer for description and subforum
10 Nera., on 02/01/2012 at 00h29
Go to your index_box template and find this:

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.
11 Otto D'Slytherin, on 02/01/2012 at 00h35
Hello,

Go to: General > Categories and forums > And click to this Edit in the forum if you want edit.

In the "Description" you add this code:
Code:
<div style="margin-left: 60px;"> YOUR DESCRIPTION </div>
12 Johnny Doc, on 02/01/2012 at 00h40
Tnx Nera
13 Nera., on 02/01/2012 at 00h41
Welcy.

Topic Solved & Locked
Similar topics
I've recently uploaded a background that makes it so I don't have to have a logo, so I've deleted the logo. Only problem is, is that I'd like the forum moved down so the wording on the background is more visible (like a logo). Confusing, I know, and I
It would be much appreciated if you could help me out with the following. My site currently looks like this and would be appreciated if I could put the - Last Posts column next to the forum Something like this - My forum details - Them
Hi, and I found out that there is so much stuff on my forum and I decided to make a new category and move the all of the forums i've made before and move it to that new category. How do I move the forum I want to another category, please explain
Replies 1 to 13 on 13 for "How can I move forum name?"
See also
more_less
Informations

13 Replies For the topic :
"How can I move forum name?"

This topic has been viewed 450 times.

Last message :
01/01/2012 at 22h56 by "Johnny Doc"