#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 | Owned by: | coffee2code |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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)
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Fixed below CSS and its working. Please use CSS
@media (max-width: 550px) nav.o2-post-actions ul { width: 320px; right: 0px; }