Opened 18 months ago
Closed 3 weeks ago
#6955 closed defect (bug) (fixed)
Design looks improper in responsive.
Reported by: | nidhidhandhukiya | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Support Forums | Keywords: | |
Cc: |
Description
Open URL :- https://wordpress.org/support/forums/
Check the heading search bar in responsive.
It is not looks proper.
Attachments (4)
Change History (6)
#1
@
18 months ago
Below css can make the design better.
@media screen and (max-width: 767px) { .main-navigation button.button-search { display: block; position: absolute; right: 0; top: 0; } .site-header:not(.home) .search-form { display: block; } }
Note: See
TracTickets for help on using
tickets.
I have attached screenshot for better understanding.