Quote:
Originally Posted by joeychgo
Even if on fluid - the problem is how it would look to people who use 1024x768, which is about 20% of the internet users.
|
Quote:
Originally Posted by RellecT
Well, I can suggest 2 solutions:
identify the user's resolution, if it 1024 then
1. hide the sidebar
or
2. set it back to 1 column
If you would like one of the options,
I'll try add them in the next version
|
You can also do this, please bear in mind something had to go so it looked halfway decent when using a low resolution so thread/post counts are removed and so are the forum action links i.e. subscribe/rss etc.
Edit template rellect_2_column.css and find:
Code:
.forumbit_post .forumstats li,
.forumbit_post .forumstats_2 li
{
padding-{vb:stylevar right}: 0 !important;
}
Add this under:
Code:
.forumstats.td, .forumactionlinks.td, span.forumthreadpost {
display:none !important;
}
.foruminfo.td, .datacontainer {
width: 60% !important;
}
.forumdescription {
width: 72% !important;
}
.forumlastpost.td {
width: 40% !important;
overflow: hidden !important;
}
.lastposttitle {
width: 92% !important;
overflow: hidden !important;
}
It should help clear up the overflow for now until RellecT has time to sort it out himself
.