With your text Local time: and then the time (Local time: Sat Jun 07, 2025 7:10 pm)
It makes the am/pm wrap to another line. It kind of messes up the look.
I adjusted the css to fix that. In the responsive.css, almost at the bottomI changed those 200px to 215px in those two classes.
It fits nice in there now. It would be nice if phpBB gave us a little more room in there for stuff like this.
It makes the am/pm wrap to another line. It kind of messes up the look.
I adjusted the css to fix that. In the responsive.css, almost at the bottom
Code:
@media (min-width: 701px) {.postbody {width: calc(100% - 215px - 1px - 16px);}.postprofile {width: 215px;}}
It fits nice in there now. It would be nice if phpBB gave us a little more room in there for stuff like this.
Statistics: Posted by Sniper_E — Sun Jun 08, 2025 12:08 am