Support » Themes and Templates » [Theme: Twenty Twelve] Tweaking Comments Author//Meta display

  • Resolved TheDezdan

    (@thedezdan)


    Theme: Twenty Twelve (Child)
    Site: Dezdan.com

    Example seen here: http://dezdan.com/warick/#comment-1

    I’ve been tweaking and fine-tuning some of the extra spacing in the comments area of twenty twelve via style.css (in my child), but I am unable to figure out how to move the comment authors name and meta around. When a user leaves a comment, their name and meta seems to be indented in further then their comment. Ie: in the link above ‘Mr WordPress’ and ‘January 18, 2013 at 1:46 pm’ seems to be indented over, either via a margin or padding. Even with Firebug I can’t seem to find the code causing this indent so I can tweak it to where I want it.

    And ideas on what selector/declaration I need to edit?

    Thanks,
    ~Dan

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like that’s the margin here:

    .comments-area article header cite, .comments-area article header time {
        display: block;
        margin-left: 6.07143rem;
    }

    So you can copy that to your child styles and zero out the margin.

    Thread Starter TheDezdan

    (@thedezdan)

    Thanks! Not sure how I missed that!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Twenty Twelve] Tweaking Comments Author//Meta display’ is closed to new replies.