Making WordPress.org

Opened 2 years ago

Closed 2 years ago

#6429 closed defect (bug) (fixed)

Footer Social Icons Alignment Broken in Trac pages

Reported by: kafleg's profile kafleg Owned by: ocean90's profile ocean90
Milestone: Priority: normal
Component: General Keywords: has-screenshots needs-patch
Cc:

Description

While visiting the footer part of this page, https://themes.trac.wordpress.org/ you can see the social icons(Facebook and Twitter) are not aligned properly.

Attachments (1)

social_footer.png (111.4 KB) - added by kafleg 2 years ago.

Download all attachments as: .zip

Change History (7)

@kafleg
2 years ago

#2 @rudlinkon
2 years ago

  • Keywords needs-patch added

#3 follow-up: @kafleg
2 years ago

  • Keywords needs-patch removed

@costdev checked and found styling is missing.

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    gap: 0.5em;
}

#4 @kafleg
2 years ago

  • Keywords needs-patch added

#5 in reply to: ↑ 3 @rudlinkon
2 years ago

Replying to kafleg:

@costdev checked and found styling is missing.

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
    gap: 0.5em;
}

Yes, I test it by applying this CSS in the inspector and it works well.

#6 @ocean90
2 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 12006:

Trac: Update global headers templates.

Fixes #6429.

Note: See TracTickets for help on using tickets.