Making WordPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4908 closed defect (bug) (fixed)

Prevent partial offscreen positioning of o2 post dropdown menu on smaller viewports. https://make.wordpress.org/community/team-projects/

Reported by: passoniate's profile passoniate Owned by: coffee2code's profile coffee2code
Milestone: Priority: normal
Component: Make (Get Involved) / P2 Keywords: has-screenshots has-patch
Cc:

Description

Prevent partial offscreen positioning of o2 post dropdown menu on smaller viewports.

Attachments (2)

error.jpg (36.1 KB) - added by passoniate 5 years ago.
fixed.jpg (57.2 KB) - added by passoniate 5 years ago.

Download all attachments as: .zip

Change History (5)

@passoniate
5 years ago

#1 @passoniate
5 years ago

Fixed below CSS and its working. Please use CSS

@media (max-width: 550px)
nav.o2-post-actions ul {
    width: 320px;
    right: 0px;
}

@passoniate
5 years ago

#2 @coffee2code
5 years ago

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

In 9435:

Breathe theme: More generally prevent partial offscreen positioning of o2 post dropdown menu on smaller viewports.

Props passoniate, coffee2code.
See #4878.
Fixes #4908.

#3 @coffee2code
5 years ago

#4951 was marked as a duplicate.

Note: See TracTickets for help on using tickets.