Opened 3 years ago
Closed 19 months ago
#8868 closed defect (bug) (wontfix)
Design not looks proper.
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | needs-patch has-screenshots |
| Cc: |
Description
Open URL :- https://buddypress.trac.wordpress.org/timeline
Check in responsive.
The design not looks proper.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hello @nidhidhandhukiya ,
If we add the below CSS then the issue will be resolved.
@media screen(max-width: 640px) { #mainnav ul { margin-left: 14px; float: left; font-size: 11px; } }Thanks.