AndyB
Well-known member
The post number is an extremely important part of each post. Unfortunately it has been omitted in the responsive mode by default. I have re-enabled it on my forum and frankly don't see why it was omitted because there's plenty of room for this most important data.
Here's what I did to re-enable the post number in responsive.
Put this in the EXTRA.css template:
Here's what I did to re-enable the post number in responsive.
Put this in the EXTRA.css template:
Code:
.Responsive .message .postNumber,
.Responsive .message .authorEnd {
display: inline !important;
}
Upvote
6