#4980 closed defect (bug) (fixed)
Orphaned last column on WP.org homepage when 960px and a little below
Reported by: | garrett-eclipse | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.org Site | Keywords: | |
Cc: |
Description
Hello,
Uploading a screenshot. But wanted to note that the WordPress Users column and the social links column in the footer become orphaned by themselves which feels a little out of place. This starts to happen at 960px wide.
Attachments (2)
Change History (10)
#2
in reply to:
↑ 1
@
5 years ago
Replying to dufresnesteven:
I wasn't able to reproduce the issue. Anything i'm missing?
Hi @dufresnesteven in your screencast I'm seeing the issue with the WordPress Users column getting orphaned but not the social links. As to the social links being orphaned it appears that only occurs on Chrome/Firefox and not Safari for me so that may be browser specific.
#3
@
5 years ago
@garrett-eclipse Although I wasn't able to reproduce, based on the code, the 2%
margin on the ul
is probably the culprit. I wonder what our official browser version support is. flexbox
would be a hero to this problem.
#4
@
5 years ago
- Owner set to coffee2code
- Resolution set to fixed
- Status changed from new to closed
In 9577:
#5
@
5 years ago
Re: [9577] -- I had a nicer and more succinct flexbox-based implementation of the above, but went with a non-flexbox approach to be more broadly supportive of browsers, especially since this is the front page. Attached is meta-4980.flexbox.diff for future reference.
@garrett-eclipse: The orphaning of the footer social media column wasn't specifically addressed in [9577], but seems to be fixed as a result of it. I was able to reproduced the column getting orphaned, but after the fix above it doesn't appear to happen (on Chrome/FF/Safari). Let me know if you still experience it.
#6
@
5 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Thanks @coffee2code
Testing here I am finding the social media column is still being orphaned but only on Chrome/Firefox between 947(ish)px and 960px.
And oddly enough when in the device preview through the inspector the issue isn't present, it only surfaces when not in inspect and you change your browser width down to that threshold.
Illustrating the orphaned columns.