Opened 3 years ago
Closed 2 years ago
#8868 closed defect (bug) (wontfix)
Design not looks proper.
| Reported by: | nidhidhandhukiya | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.