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.

Increase width of LAST POSTS column?

3 posters

Go down

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
avatar
Soulmonster
Forumember

Posts : 228
Reputation : 2
Language : Norwegian

Back to top Go down

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
omarpop23
omarpop23
Forumember

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

http://devs.ahlamontada.com

Back to top Go down

In progress Re: Increase width of LAST POSTS column?

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

avatar
Soulmonster
Forumember

Posts : 228
Reputation : 2
Language : Norwegian

Back to top Go down

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
omarpop23
omarpop23
Forumember

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

http://devs.ahlamontada.com

Back to top Go down

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).
avatar
Soulmonster
Forumember

Posts : 228
Reputation : 2
Language : Norwegian

Back to top Go down

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
omarpop23
omarpop23
Forumember

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

http://devs.ahlamontada.com

Back to top Go down

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
avatar
Soulmonster
Forumember

Posts : 228
Reputation : 2
Language : Norwegian

Back to top Go down

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;
}
omarpop23
omarpop23
Forumember

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

http://devs.ahlamontada.com

Back to top Go down

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
avatar
Soulmonster
Forumember

Posts : 228
Reputation : 2
Language : Norwegian

Back to top Go down

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;
}
omarpop23
omarpop23
Forumember

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

http://devs.ahlamontada.com

Back to top Go down

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.
avatar
Soulmonster
Forumember

Posts : 228
Reputation : 2
Language : Norwegian

Back to top Go down

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

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

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

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.
avatar
Soulmonster
Forumember

Posts : 228
Reputation : 2
Language : Norwegian

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum