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

    Put limit in Signature Size

    Empire_1
    Empire_1
    Active Poster


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

    Solved Put limit in Signature Size

    Post by Empire_1 September 25th 2011, 1:58 am

    Hi,

    I want to put a limit in signature size for my forum Smile

    I use phpBB3 version


    Last edited by Empire_1 on September 26th 2011, 11:55 pm; edited 1 time in total
    Nera.
    Nera.
    Energetic


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

    Solved Re: Put limit in Signature Size

    Post by Nera. September 25th 2011, 9:59 am

    Hi,

    Add this to your AP >> Display >> Colors >> CSS

    Code:
    .signature_div img {
    max-width: Xpx; max-height: Ypx;
    }

    Replace the x & y in the code with your numbers.


    Empire_1
    Empire_1
    Active Poster


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

    Solved Re: Put limit in Signature Size

    Post by Empire_1 September 26th 2011, 11:54 pm

    Nera. wrote:Hi,

    Add this to your AP >> Display >> Colors >> CSS

    Code:
    .signature_div img {
    max-width: Xpx; max-height: Ypx;
    }

    Replace the x & y in the code with your numbers.



    Excellent! Solved and many thanks Smile
    Nera.
    Nera.
    Energetic


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

    Solved Re: Put limit in Signature Size

    Post by Nera. September 26th 2011, 11:57 pm

    Welcome.

    Solved >> Locked

      Current date/time is September 23rd 2024, 7:21 am