Opened 5 months ago
Last modified 5 months ago
#6955 new defect (bug)
Design looks improper in responsive.
Reported by: |
|
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 (5)
#1
@
5 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.