Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#19344 closed defect (bug) (invalid)

TwentyEleven showcase sidebar on wrong side

Reported by: wraithkenny's profile WraithKenny Owned by: iandstewart's profile iandstewart
Milestone: Priority: normal
Severity: normal Version: 3.3
Component: Bundled Theme Keywords:
Focuses: Cc:

Description

TwentyEleven seems to be missing corrisponding .right-sidebar styles to adjust similarly to the sidebar template. (around line 135 in the css).

I'm not sure if this needs any of those crazy margin settings, so I'll leave that to Ian:

.right-sidebar.page-template-showcase-php #main .widget-area {
  float: right;
  margin: 0;
  width: 22.15%;

}
.right-sidebar.page-template-showcase-php section.recent-posts {
  float: left;
  margin: 0;
  width: 69%;
}

Change History (3)

#2 @nacin
13 years ago

The showcase template is a specific design. It is not affected by the general layout settings.

#3 @nacin
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

That was also voiced by Ian in #18911.

Note: See TracTickets for help on using tickets.