Skip to:
Content

BuddyPress.org

Opened 2 years ago

Closed 4 months ago

#8705 closed defect (bug) (wontfix)

Issue in navbar

Reported by: kajalgohel's profile kajalgohel Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: Priority: high
Severity: normal Version:
Component: BuddyPress.org Sites Keywords: needs-patch has-screenshots needs-testing
Cc:

Description

Design is not proper of navbar(responsive 768px).I think we should add marin-top: 10px; to solve this issue.

For better understanding I provide screenshot

Attachments (3)

CleanShot 2022-05-23 at 14.55.06@2x.png (419.6 KB) - added by kajalgohel 2 years ago.
CleanShot 2022-05-23 at 15.10.08@2x.png (811.8 KB) - added by kajalgohel 2 years ago.
we can solve issue by adding margin-top: 10px
#8705.patch (1.1 KB) - added by umesh84 2 years ago.
Hi @kajal If we give margin-top: 10px then the search bar will not show, so we have to remove Negative Top Position and Negative Margin Bottom after working properly. I have added patch

Download all attachments as: .zip

Change History (7)

#1 @kajalgohel
2 years ago

  • Keywords needs-patch has-screenshots added

@kajalgohel
2 years ago

we can solve issue by adding margin-top: 10px

@umesh84
2 years ago

Hi @kajal If we give margin-top: 10px then the search bar will not show, so we have to remove Negative Top Position and Negative Margin Bottom after working properly. I have added patch

#2 @imath
20 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#3 @huzaifaalmesbah
14 months ago

  • Keywords needs-testing added
  • Priority changed from low to high

patch working properly. thanks @umesh84

.buddypress #banner { 
  top:0;
  margin-bottom: 0;
}

after applying this css


https://i.ibb.co/syKSKkG/Screenshot-2023-07-29-at-3-41-23-PM.png

#4 @espellcaste
4 months ago

  • Milestone BuddyPress.org Sites deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as per #9193

Note: See TracTickets for help on using tickets.