Opened 3 years ago
Closed 2 years ago
#6955 closed defect (bug) (fixed)
Design looks improper in responsive.
| Reported by: | nidhidhandhukiya | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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
@
3 years 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I have attached screenshot for better understanding.