Skip to:
Content

BuddyPress.org

Opened 16 months ago

Last modified 2 months ago

#8705 new defect (bug)

Issue in navbar

Reported by: kajalgohel's profile kajalgohel Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: BuddyPress.org Sites 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 16 months ago.
CleanShot 2022-05-23 at 15.10.08@2x.png (811.8 KB) - added by kajalgohel 16 months ago.
we can solve issue by adding margin-top: 10px
#8705.patch (1.1 KB) - added by umesh84 16 months 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 (6)

#1 @kajalgohel
16 months ago

  • Keywords needs-patch has-screenshots added

@kajalgohel
16 months ago

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

@umesh84
16 months 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
7 months ago

  • Milestone changed from Awaiting Review to BuddyPress.org Sites

#3 @huzaifaalmesbah
2 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

Note: See TracTickets for help on using tickets.