Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#25039 closed defect (bug) (invalid)

Twenty Thirteen: Responsive CSS issue

Reported by: anonymized_10765487's profile 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 @SergeyBiryukov
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: @obenland
11 years ago

  • Keywords reporter-feedback added

At what window width does the horizontal scroll bar appear?

#4 in reply to: ↑ 3 @anonymized_10765487
11 years ago

Replying to obenland:

At what window width does the horizontal scroll bar appear?

Seems to appear lte 1024*768.

Last edited 11 years ago by anonymized_10765487 (previous) (diff)

#5 @obenland
11 years ago

Could you post a screenshot at 1024px width from twentythirteendemo.wordpress.com?
What browser do you use?

#6 @obenland
11 years ago

Any news here?

#7 @lancewillett
11 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

We weren't able to reproduce, so closing.

Note: See TracTickets for help on using tickets.