• I seen this discussed and have tried solutions suggested, but no success. It may be my Child theme configuration which is here with asolution which is supposed to work, but not with me.
    /*
    Theme Name: Twenty Fourteen Child
    Theme URI: http: //example.com/
    Description: Child theme for the Twenty Twelve theme
    Author: Daniel Phelan
    Author URI: http: //dpbridgeteaching.com/twentyfourteen-child/
    Template: twentyfourteen
    Version: 0.1.0
    */
    @import url(“dpbridgeteaching.com/twentyfourteen/style.css”);

    /** Fix strangely narrow defaults of 2014 theme */
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content,
    .post-navigation,
    .image-navigation,
    .comments-area {
    max-width: 100%;
    }

    Any suggestions would be appreciated
    Daniel

  • The topic ‘twentyfourteen text not filling page width’ is closed to new replies.