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

    How can improve "last post" section

    nebunidebuni
    nebunidebuni
    Forumember


    Male Posts : 70
    Reputation : 87
    Language : Romana
    Location : Iasi

    Solved How can improve "last post" section

    Post by nebunidebuni February 28th 2016, 1:07 pm

    How can improve "last post" section Untitl23


    Last edited by nebunidebuni on February 29th 2016, 7:24 pm; edited 1 time in total
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19436
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How can improve "last post" section

    Post by Ape February 28th 2016, 1:47 pm

    Hello can i ask what you want it to look like as asking how you can improve some thing really don't help us in helping you.

    have a look around and look at other forums and then screen shot what you would like so we can then have some thing to go on Wink



    How can improve "last post" section Left1212How can improve "last post" section Center11How can improve "last post" section Right112
    How can improve "last post" section Ape_b110
    How can improve "last post" section Ape1010
    nebunidebuni
    nebunidebuni
    Forumember


    Male Posts : 70
    Reputation : 87
    Language : Romana
    Location : Iasi

    Solved Re: How can improve "last post" section

    Post by nebunidebuni February 28th 2016, 2:45 pm

    How can improve "last post" section Untitl24

    is too much space on my forum
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19436
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How can improve "last post" section

    Post by Ape February 28th 2016, 3:13 pm

    can i Please have a link to your forum Wink



    How can improve "last post" section Left1212How can improve "last post" section Center11How can improve "last post" section Right112
    How can improve "last post" section Ape_b110
    How can improve "last post" section Ape1010
    nebunidebuni
    nebunidebuni
    Forumember


    Male Posts : 70
    Reputation : 87
    Language : Romana
    Location : Iasi

    Solved Re: How can improve "last post" section

    Post by nebunidebuni February 28th 2016, 4:56 pm

    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19436
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How can improve "last post" section

    Post by Ape February 28th 2016, 8:16 pm

    Find in the css files

    look for
    Code:
    .pun table .tcr {
        overflow: hidden;
        padding: 0 0 0 .5em !important;
        text-align: left;
        width: 30%;
    }
    Change the 30% to what you want

    To make it look like the site you did a screen shot of add this in its place

    Code:
    .pun table .tcr {
        box-shadow: inset 1px 1px 0 rgba(0,0,0,0.05),1px 1px 0 rgba(255,255,255,0.4);
        padding: 5px !important;
        margin-top: 7px;
        border-radius: 3px;
        background: rgba(0,0,0,0.03);
        float: right;
        margin-right: 8px;
        margin-bottom: 6px;
    }



    How can improve "last post" section Left1212How can improve "last post" section Center11How can improve "last post" section Right112
    How can improve "last post" section Ape_b110
    How can improve "last post" section Ape1010
    nebunidebuni
    nebunidebuni
    Forumember


    Male Posts : 70
    Reputation : 87
    Language : Romana
    Location : Iasi

    Solved Re: How can improve "last post" section

    Post by nebunidebuni February 29th 2016, 7:16 pm

    thanks, now is ok

    i remove this "float: right;"
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19436
    Reputation : 2010
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: How can improve "last post" section

    Post by Ape March 1st 2016, 8:11 pm

    Topic solved and archived



    How can improve "last post" section Left1212How can improve "last post" section Center11How can improve "last post" section Right112
    How can improve "last post" section Ape_b110
    How can improve "last post" section Ape1010

      Current date/time is November 14th 2024, 12:31 pm