Skip to:
Content

BuddyPress.org

Opened 18 months ago

Closed 4 months ago

#8868 closed defect (bug) (wontfix)

Design not looks proper.

Reported by: nidhidhandhukiya's profile nidhidhandhukiya 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)

CleanShot 2023-04-13 at 23.39.08@2x.png (90.1 KB) - added by nidhidhandhukiya 18 months ago.

Download all attachments as: .zip

Change History (4)

#1 @kajalgohel
18 months ago

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.

#2 @krupalpanchal
18 months ago

  • Keywords needs-patch has-screenshots added

#3 @espellcaste
4 months ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.