Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#19428 closed defect (bug) (invalid)

Twenty Eleven: One column layout w/ comment layout issue

Reported by: Zeo Owned by:
Priority: normal Milestone:
Component: Bundled Theme Version:
Severity: normal Keywords:
Cc: Focuses:

Description

  • Set Default Layout to One-column, no sidebar.
  • View Hello World! post. See the comment section.
  • Visit Sample Page and left a comment. See the comment section.

See attached. Not sure whether the avatar should be in that position. And also there's a huge gutter in Sample page comment section.

Heh!

Attachments (2)

Hello world.png (28.4 KB ) - added by Zeo 15 years ago.
Sample Page.png (20.8 KB ) - added by Zeo 15 years ago.

Download all attachments as: .zip

Change History (5)

@Zeo
15 years ago

@Zeo
15 years ago

#1 @Zeo
15 years ago

Please ignore the gutter issue in Sample Page. Cache issue, need to hard refresh my browser. Sorry.

#2 follow-up: @solarissmoke
15 years ago

  • Component ThemesBundled Theme

Looking at the CSS, this appears to be intentional, to use less space given that the width of the primary div is quite narrow.

.one-column .commentlist .avatar {
    background: none repeat scroll 0 0 transparent;
    display: block;
    left: auto;
    padding: 0;
    right: 1.625em;
    top: 1.625em;
}

#3 in reply to: ↑ 2 @lancewillett
14 years ago

  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

Replying to solarissmoke:

Looking at the CSS, this appears to be intentional, to use less space given that the width of the primary div is quite narrow.

Yes, this is intentional, for the exact reasons solarissmoke described.

Note: See TracTickets for help on using tickets.