two seconds, will put it back, my bad
Support Forum
No problem, this should have been resolved sooner so it’s really my fault.
It seems to be a bug of some kind, the padding for the offending section is set to padding: 4px, but if I change it to padding: 4px 0, it works fine. It’s almost like it’s shrinking the container even with border box applied.
This shouldn’t affect any other browser, so I’ll open a ticket and make sure it gets fixed up.
If you’re running a child theme you will probably just want to add:
#spMainContainer .spTopicPostSection .spPostSection {
padding: 4px 0 8px 0;
}
But if you do – keep an eye out to see if anything else is affected badly, I won’t have a chance to properly test it and make the change until later.
I had to increase the bottom padding to 175 to get this topic to show completely, I reverted back to 8 so you can look at it
http://kvr28.staging.wpengine.com/forums/emergency-preparedness-1/first-detroit-now-baltimore/
OK, I’ve narrowed it down to a couple of things, mainly having either a flex-wrap in the wrong place, or having one container inside another with a wrap on both which either Chrome doesn’t like, or it’s missing a fallback rule somewhere..
Either way, the same stands I’m afraid I don’t have time to properly test it right now, but give the following a try:
Add reboot-mobile.php stylesheet to your child theme, or open if you already have, and add the following under the first media rule (max width 2000px) –
#spMainContainer .spTopicPostSection .spPostSection {
flex-wrap: nowrap;
}
It wont have any adverse effects on desktop as the stylesheets and templates for mobile / desktop are split, but I’ve had a quick look at a couple of topics, including the text from your forum post which I worked from, and it seems to be the solution.
Will most likely get a better chance to take a look tomorrow evening.
No problem, It doesn’t affect FF but have only had a brief look. Do let me know if it causes problems elsewhere! Other than that, glad to help.
Ike, will this be included in the next update? I forgot to mention I also had to edit the mobile in the reboot folder as well as the reboot child for it to work.
Yep – it will be included so you shouldn’t need to update the core theme again, your fix will be replaced by the updated fix, even if ours is slightly different (as said haven’t had a chance to properly test being a holiday).
It was specifically a new rule to be added to reboot-mobile.php, is that what you meant? Or was there something else you had to add?
I thought you meant I needed to move the mobile.php to my child theme with the changes
guess I need to wait for Ike… not familiar with copying of that file and if needed… Ike is our CSS/theme guru…
Found another issue with reboot on mobile, clicking first or last post link is next to impossible, finding the same thing in chrome and firefox on here and my own site, can anyone replicate?
Forum View? Yes- it is odd. Seems like the actual link on the labels is missing.
Ike?
