footer links center and size..
2 posters
Page 1 of 1
footer links center and size..
my footer links is right and is very big size ...
i want to move to center and a good size
sorry for my english
i want to move to center and a good size
sorry for my english
Last edited by Anony-psychology on September 10th 2011, 2:16 pm; edited 1 time in total
Guest- Guest
Re: footer links center and size..
Try adding this code in Admin CP > Display > Colors > CSS
Change the font-size:10px; as per your need.
- Code:
#pun-about{
text-align:center;
}
#pun-about ul li {
font-size: 10px;
}
Change the font-size:10px; as per your need.
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: footer links center and size..
ok thanks !!
and i want for the "Legend :"
is very big and this
and i want for the "Legend :"
is very big and this
Guest- Guest
Re: footer links center and size..
You need to do it via templates...
Admin CP > Display > Templates > General > index_body
Find this code...
...replace it with this...
Admin CP > Display > Templates > General > index_body
Find this code...
- Code:
<p>{LEGEND} : {GROUP_LEGEND}</p>
...replace it with this...
<p><span style="font-size:10px;">{LEGEND} : </span>{GROUP_LEGEND}</p>
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: footer links center and size..
ok thanks and i want to do not click in and group of legend (not energy link ? )
is only a text of legend ... admins mods users ....
is only a text of legend ... admins mods users ....
Guest- Guest
Re: footer links center and size..
If you want to remove the links from there and put only text, you can replace the above code with this...
- Code:
<p><span style="font-size:10px;">{LEGEND} : </span>
[ Administrators ] [ Moderators ] [ Members ]
</p>
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: footer links center and size..
Since this thread is marked solved, I will lock this thread.
Sanket
Sanket
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Footer links size help
» How do I center my footer?
» Footer links?
» Footer Links
» Footer Links for phpbb3
» How do I center my footer?
» Footer links?
» Footer Links
» Footer Links for phpbb3
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum