Increase width of LAST POSTS column?
3 posters
Page 1 of 1
Increase width of LAST POSTS column?
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
I have tried the suggestion in this thread without success: https://help.forumotion.com/t119347-adjust-the-width-of-last-posts#784004
Soulmonster- Forumember
- Posts : 228
Reputation : 2
Language : Norwegian
Soulmonster- Forumember
- Posts : 228
Reputation : 2
Language : Norwegian
Re: Increase width of LAST POSTS column?
firstly you have to decrease
add this to your CSS:
to any width you need
secondly you can now increase Last post column by add this CSS:
if you add this codes without any change this is result will be:
if you want increase last post more first decrease dterm column second increase last post column
tag me if you need Help
|
- Code:
ul.topiclist dd.dterm, ul.topiclist dt {
width: 55% !important;
}
|
secondly you can now increase Last post column by add this CSS:
- Code:
dd.lastpost {
width: 28% !important;
}
|
if you want increase last post more first decrease dterm column second increase last post column
tag me if you need Help
Re: Increase width of LAST POSTS column?
Thank you, @omarpop23, that worked afte a little bit of tweaking
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).
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).
Soulmonster- Forumember
- Posts : 228
Reputation : 2
Language : Norwegian
Re: Increase width of LAST POSTS column?
omarpop23 wrote:i don't understand what do you mean?
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.
Soulmonster- Forumember
- Posts : 228
Reputation : 2
Language : Norwegian
Re: Increase width of LAST POSTS column?
but this in your CSS:
- Code:
.hierarchy {
display: inherit!important;
}
Re: Increase width of LAST POSTS column?
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:
Soulmonster- Forumember
- Posts : 228
Reputation : 2
Language : Norwegian
Re: Increase width of LAST POSTS column?
try this
- Code:
.hierarchy {
display: inline-block!important;
}
dd.posts, dd.topics, dd.views {
line-height: 3.2em;
}
Re: Increase width of LAST POSTS column?
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.
Soulmonster- Forumember
- Posts : 228
Reputation : 2
Language : Norwegian
Re: Increase width of LAST POSTS column?
When I visit your forum, they look aligned perfectly.
Clear your browser's cache.
Clear your browser's cache.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Increase width of LAST POSTS column?
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.
Soulmonster- Forumember
- Posts : 228
Reputation : 2
Language : Norwegian
Similar topics
» Width of the column
» Column width and length
» min-width for last post column on index page
» Last column width and Category titles centred
» Increasing the websites overall column width/ enlarging the site
» Column width and length
» min-width for last post column on index page
» Last column width and Category titles centred
» Increasing the websites overall column width/ enlarging the site
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum