[wp-trac] [WordPress Trac] #44846: Search box on pages in mobile
WordPress Trac
noreply at wordpress.org
Mon Aug 27 13:19:53 UTC 2018
#44846: Search box on pages in mobile
----------------------------+-----------------------------
Reporter: poojasahgal | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 4.9.8
Severity: normal | Keywords: ui-feedback
Focuses: ui |
----------------------------+-----------------------------
In mobile on all pages screen, search box is coming at the bottom so we
can move it to the top. Because users will never need to scroll down the
list to search a page. http://prntscr.com/kne7vm
It can be fixed by removing float:none; and position:absolute; rules from
the following CSS:
@media screen and (max-width: 782px){
p.search-box {
float: none;
position: absolute;
bottom: 0;
width: 98%;
height: 90px;
margin-bottom: 20px;
}
}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/44846>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list