Making WordPress.org

Opened 2 months ago

Last modified 2 months ago

#7920 new defect (bug)

Form Overlapping Timeline Header on Making WordPress Page.

Reported by: nareshbheda's profile nareshbheda Owned by:
Milestone: Priority: normal
Component: Trac Keywords: needs-patch needs-testing has-screenshots
Cc:

Description

On the Making WordPress site, the timeline section is experiencing an overlapping issue where the <h2> element ("Timeline") is being obstructed by the form container (#prefs). The form appears to be positioned above the timeline heading, causing readability and UI issues.

Steps to Reproduce:

  1. Go to https://meta.trac.wordpress.org/timeline.
  2. Scroll down to the "Timeline" section.
  3. Observe that the form overlaps the heading, making it partially hidden.

Expected Behavior:
-The <h2> elements should be properly positioned below the filter form.
-No overlapping or cut-off text should occur.

Current Behavior:
-The <h2> date headers are overlapping the form.
-Some text appears cut off or misaligned.

Try the following CSS improvements:

#content.timeline h2 {
    overflow: hidden;  /* Prevents content overflow */
}

Thank you.

Attachments (1)

Timeline-–-Making-WordPress-org-02-25-2025_06_19_PM.png (111.0 KB) - added by nareshbheda 2 months ago.

Download all attachments as: .zip

Change History (2)

#1 @johnjamesjacoby
2 months ago

Hi there @nareshbheda and thanks for creating this ticket here.

In general, I agree this does not look great, but it is also like this on purpose, and there are quite a few other pages in the Making WordPress Trac that have a similarly floated Preferences pane that likely need similar considerations.

What do you think about how we've styled the bbPress & BuddyPress timelines:

Note: See TracTickets for help on using tickets.