[wp-trac] [WordPress Trac] #25039: Twenty Thirteen Responsive CSS issue
WordPress Trac
noreply at wordpress.org
Wed Aug 14 19:03:15 UTC 2013
#25039: Twenty Thirteen Responsive CSS issue
--------------------------+-----------------------------
Reporter: jmlapam | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: 3.6
Severity: minor | Keywords:
--------------------------+-----------------------------
Hi I've been testing this twentythirteen theme and I found a bug with the
search item CSS rules.
It adds some wrong CSS that makes the responsive design breaks (
horizontal scroll). So the issue seems to come from the absolute position.
The margin-right should be higher on `.site-header .search-form` :
{{{
.site-header .search-form {
position: absolute;
right: 40px;/* instead of 20px */
top: 1px;
}
}}}
This would be nice to correct that minor bug.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/25039>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list