Opened 11 years ago
Closed 11 years ago
#25039 closed defect (bug) (invalid)
Twenty Thirteen: Responsive CSS issue
Reported by: | anonymized_10765487 | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
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.
Change History (7)
#1
@
11 years ago
- Component changed from Themes to Bundled Theme
- Summary changed from Twenty Thirteen Responsive CSS issue to Twenty Thirteen: Responsive CSS issue
#3
follow-up:
↓ 4
@
11 years ago
- Keywords reporter-feedback added
At what window width does the horizontal scroll bar appear?
#4
in reply to:
↑ 3
@
11 years ago
Replying to obenland:
At what window width does the horizontal scroll bar appear?
Seems to appear lte 1024*768.
Note: See
TracTickets for help on using
tickets.
Related: [23678] (for #23732).