• Resolved epretorious

    (@epretorious)


    I’ve just performed a clean installation of WP 4.5.3 and selected the Twenty Fourteen them.

    IMHO: It’s an attractive theme. It’s easy to parse and unobtrusive except for the enormous amount of whitespace that frames the ‘entry-content’ container.

    I’ve already created a Twenty Fourteen Child theme to store any changes to the Twenty Fourteen theme but I’m not able to grok all the CSS. Is there a simple way to move this container to the left and to widen it?

    Eric Pretorious
    Portland, OR

Viewing 1 replies (of 1 total)
  • Thread Starter epretorious

    (@epretorious)

    I found the CSS responsible for the width of the width of the ‘entry-content’ container and the ‘entry-header’ container and added this stanza to my Twenty Fourteen Child theme style.css:

    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .site-content .entry-header,
    .page-content {
            margin: 0 auto;
            max-width: 800px;
    }

    Eric Pretorious
    Portland, OR

Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Fourteen Theme, Whitespace’ is closed to new replies.