Tiny read/unread icons [message #187364] |
Thu, 21 September 2017 19:38 |
Kermit
Messages: 35 Registered: November 2004
Karma: 0
|
Member |
|
|
When I rebuild themes the column that displays the yellow unread or grey read messages indicators goes small and the indicators while still present not much more than a dot.
My header/footer templates are fairly simple with just a large forum logo added to the header and the search removed but I seem to get this problem when ever tinker with it a little and/or rebuild the themes afterwards. I've also just ugraded from 3.0.7 to 3.0.8RC1 in the hope it may resolve the issue but to no avail.
Could someone take a look and let me know what I have set wrong?
http://honda-forums.com/forum/index.php
|
|
|
|
Re: Tiny read/unread icons [message #187366 is a reply to message #187365] |
Thu, 21 September 2017 20:12 |
Kermit
Messages: 35 Registered: November 2004
Karma: 0
|
Member |
|
|
Think I've fixed it by editing forum.css and commenting out the max-width.
css and tbh everything but very simple html has me way out of my depth so if anyone would be so kind to let me know why this fix works I'd be greatful as I seem to get the issue everytime I adjust something such as add in my paypal donate plugin which rebuilds themes.
img {
border: 0;
/* max-width: 1200px;
}
*/
|
|
|