Implemented Please include the post number in responsive

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:

Code:
.Responsive .message .postNumber,
.Responsive .message .authorEnd {
  display: inline !important;
}
 
Upvote 6
This suggestion has been implemented. Votes are no longer accepted.
Unless I'm misunderstanding you or missing something, that's already there next to the "Like" and "Reply" links in the postbit.
 
Unless I'm misunderstanding you or missing something, that's already there next to the "Like" and "Reply" links in the postbit.

This issue is regarding responsive, that's when you view from a mobile device or make the window very small on your computer.
 
Top Bottom