Had similar kind of issues with my Glass style so I've taken a look at your viewtopic_body.html file.CyberAlien wrote:Known issue(s):
In IE7 posts for some reason break its container. I've added temporary "fix" in viewtopic_body.html and few other files by adding these two lines:andCode: Select all
<!--[if IE 7]><blockquote class="profile-fix"><![endif]-->
Its a very ugly "fix", if anyone knows how to fix problem without resorting to such code, please let me know.Code: Select all
<!--[if IE 7]></blockquote><![endif]-->
Code: Select all
/* Poster profile icons */
ul.profile-icons {
padding-top: 10px;
list-style: none;
clear: both;
}
Code: Select all
/* Poster profile icons */
ul.profile-icons {
padding-top: 10px;
list-style: none;
clear: both;
width: 99%;
}
In templates/ca_config.htmlmalli wrote:Where can i edit forum width?
Thanks a lot, I'll test it!Double_J wrote:Had similar kind of issues with my Glass style so I've taken a look at your viewtopic_body.html file.
May I know how you got rid of the additional 1% margin?, did you apply the float: right or another thing?CyberAlien wrote:Style updated.
I've fixed lots of bugs and added psd file. It should be working correctly now, but I'm sure there are still errors in it.
In templates/ca_config.htmlmalli wrote:Where can i edit forum width?Thanks a lot, I'll test it!Double_J wrote:Had similar kind of issues with my Glass style so I've taken a look at your viewtopic_body.html file.
edit: it worked
Code: Select all
* html ul.profile-icons, * html ul.searchresults {
float: none;
width: auto;
}
Code: Select all
dl.icon {
min-height: 35px;