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.
The forum of the forums
2 posters

    footer links center and size..

    avatar
    Guest
    Guest


    Solved footer links center and size..

    Post by Guest September 10th 2011, 1:17 pm

    my footer links is right and is very big size ...

    i want to move to center and a good size


    sorry for my english Sad


    Last edited by Anony-psychology on September 10th 2011, 2:16 pm; edited 1 time in total
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: footer links center and size..

    Post by ankillien September 10th 2011, 1:33 pm

    Try adding this code in Admin CP > Display > Colors > CSS

    Code:
    #pun-about{
    text-align:center;
    }
    #pun-about ul li {
    font-size: 10px;
    }

    Change the font-size:10px; as per your need.
    avatar
    Guest
    Guest


    Solved Re: footer links center and size..

    Post by Guest September 10th 2011, 1:37 pm

    ok thanks !!

    and i want for the "Legend :"

    is very big and this Sad
    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: footer links center and size..

    Post by ankillien September 10th 2011, 1:49 pm

    You need to do it via templates...

    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>
    avatar
    Guest
    Guest


    Solved Re: footer links center and size..

    Post by Guest September 10th 2011, 2:00 pm

    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 ....




    ankillien
    ankillien
    Energetic


    Posts : 5198
    Reputation : 129
    Language : English, XHTML, CSS, JS, PHP, SQL

    Solved Re: footer links center and size..

    Post by ankillien September 10th 2011, 2:09 pm

    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>
    avatar
    Guest
    Guest


    Solved Re: footer links center and size..

    Post by Guest September 10th 2011, 2:16 pm

    thanks for help

    theart solved and closed :p
    Sanket
    Sanket
    ForumGuru


    Male Posts : 48766
    Reputation : 2830
    Language : English
    Location : Mumbai

    Solved Re: footer links center and size..

    Post by Sanket September 10th 2011, 3:54 pm

    Since this thread is marked solved, I will lock this thread.
    footer links center and size.. 2j4t5a8

    Sanket Smile


      Current date/time is September 22nd 2024, 7:38 pm