Increase width of LAST POSTS column? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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

    Increase width of LAST POSTS column?

    avatar
    Soulmonster
    Forumember


    Posts : 228
    Reputation : 2
    Language : Norwegian

    In progress Increase width of LAST POSTS column?

    Post by Soulmonster April 8th 2016, 4:31 pm

    How can I increase the width of the LAST POSTS column?

    I have tried the suggestion in this thread without success: https://help.forumotion.com/t119347-adjust-the-width-of-last-posts#784004
    omarpop23
    omarpop23
    Forumember


    Male Posts : 182
    Reputation : 3
    Language : Arabic
    Location : Egypt

    In progress Re: Increase width of LAST POSTS column?

    Post by omarpop23 April 8th 2016, 6:21 pm

    what's your forum version
    or give me your URL
    avatar
    Soulmonster
    Forumember


    Posts : 228
    Reputation : 2
    Language : Norwegian

    In progress Re: Increase width of LAST POSTS column?

    Post by Soulmonster April 8th 2016, 6:43 pm

    omarpop23
    omarpop23
    Forumember


    Male Posts : 182
    Reputation : 3
    Language : Arabic
    Location : Egypt

    In progress Re: Increase width of LAST POSTS column?

    Post by omarpop23 April 8th 2016, 7:01 pm

    firstly you have to decrease
    Code:
    dterm
    add this to your CSS:
    Code:

    ul.topiclist dd.dterm, ul.topiclist dt {
        width: 55% !important;
    }
    you can change
    Code:
    55%
    to any width you need

    secondly you can now increase Last post column by add this CSS:
    Code:

    dd.lastpost {
        width: 28% !important;
    }
    you can change
    Code:
     28%
    if you add this codes without any change this is result will be:
    Increase width of LAST POSTS column? Untitl14


    if you want increase last post more first decrease dterm column second increase last post column

    tag me if you need Help Hello
    avatar
    Soulmonster
    Forumember


    Posts : 228
    Reputation : 2
    Language : Norwegian

    In progress Re: Increase width of LAST POSTS column?

    Post by Soulmonster April 8th 2016, 11:36 pm

    Thank you, @omarpop23, that worked afte a little bit of tweaking Smile

    On a related note, is there a way to align the contents of the rows in the forum vertically? Now the content is skewed to the top (see picture in your last post).
    omarpop23
    omarpop23
    Forumember


    Male Posts : 182
    Reputation : 3
    Language : Arabic
    Location : Egypt

    In progress Re: Increase width of LAST POSTS column?

    Post by omarpop23 April 9th 2016, 3:43 am

    i don't understand what do you mean? Think
    avatar
    Soulmonster
    Forumember


    Posts : 228
    Reputation : 2
    Language : Norwegian

    In progress Re: Increase width of LAST POSTS column?

    Post by Soulmonster April 9th 2016, 6:58 am

    omarpop23 wrote:i don't understand what do you mean? Think

    Sorry about that.

    The text inside the forum table is positioned to the top. I would like to have it centered vertically. See image below.

    Increase width of LAST POSTS column? Uten_n10
    omarpop23
    omarpop23
    Forumember


    Male Posts : 182
    Reputation : 3
    Language : Arabic
    Location : Egypt

    In progress Re: Increase width of LAST POSTS column?

    Post by omarpop23 April 9th 2016, 5:17 pm

    but this in your CSS:
    Code:

    .hierarchy {
        display: inherit!important;
    }
    avatar
    Soulmonster
    Forumember


    Posts : 228
    Reputation : 2
    Language : Norwegian

    In progress Re: Increase width of LAST POSTS column?

    Post by Soulmonster April 9th 2016, 5:32 pm

    omarpop23 wrote:but this in your CSS:
    Code:

    .hierarchy {
        display: inherit!important;
    }

    Thanks, but that only affected the first column in the table forum, and the text wasn't perfectly vertically aligned, either. See image below:

    Increase width of LAST POSTS column? Uten_n11
    omarpop23
    omarpop23
    Forumember


    Male Posts : 182
    Reputation : 3
    Language : Arabic
    Location : Egypt

    In progress Re: Increase width of LAST POSTS column?

    Post by omarpop23 April 9th 2016, 6:10 pm

    try this
    Code:

    .hierarchy {
        display: inline-block!important;
    }
    dd.posts, dd.topics, dd.views {
        line-height: 3.2em;
    }
    avatar
    Soulmonster
    Forumember


    Posts : 228
    Reputation : 2
    Language : Norwegian

    In progress Re: Increase width of LAST POSTS column?

    Post by Soulmonster April 9th 2016, 8:33 pm

    omarpop23 wrote:try this
    Code:

    .hierarchy {
        display: inline-block!important;
    }
    dd.posts, dd.topics, dd.views {
        line-height: 3.2em;
    }

    Thanks, it helped but it still looks a bit off.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51553
    Reputation : 3519
    Language : English
    Location : United States

    In progress Re: Increase width of LAST POSTS column?

    Post by SLGray April 9th 2016, 8:35 pm

    When I visit your forum, they look aligned perfectly.

    Clear your browser's cache.



    Increase width of LAST POSTS column? Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    Soulmonster
    Forumember


    Posts : 228
    Reputation : 2
    Language : Norwegian

    In progress Re: Increase width of LAST POSTS column?

    Post by Soulmonster April 9th 2016, 8:43 pm

    SLGray wrote:When I visit your forum, they look aligned perfectly.

    Clear your browser's cache.

    Tried it, still doesn't look completely right. It looks for the most part right on the first page, but when accessing some of the subforums it looks more distorted. E.g. if you enter the first subforum ("News, rumours and discussions") the contents of the Last Posts column is not aligned vertically although the rest seem to be although slightly on the lower side.