[wp-trac] [WordPress Trac] #44846: Search box on pages in mobile
WordPress Trac
noreply at wordpress.org
Mon Aug 27 15:12:28 UTC 2018
#44846: Search box on pages in mobile
-------------------------------+---------------------------------
Reporter: poojasahgal | Owner: (none)
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Posts, Post Types | Version: 4.9.8
Severity: normal | Resolution: duplicate
Keywords: close | Focuses: ui, administration
-------------------------------+---------------------------------
Changes (by SergeyBiryukov):
* focuses: ui => ui, administration
* component: Administration => Posts, Post Types
* milestone: Awaiting Review =>
Old description:
> 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;
> }
> }
New description:
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#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list