• Resolved candregg

    (@candregg)


    I am trying to finish up a child theme of twentyfourteen with a completely customized home page layout (see https://keystonecasemanagement.com/admin/). No matter how I modify the page-front.php template, I can’t seem to get rid of the left-column space reserved for the sidebar. It should be easy; I just don’t know how to do it. [NOTE: I’ve colored the #content DIV bright blue so as to see it better while troubleshooting.]

    Can anyone tell me the css or template code I’m missing to remove this left space/padding and center the #content across the whole middle of the page?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • to get rid of the left-column space reserved for the sidebar

    .home .site:before { display: none; }

    or

    .page-template-page-front .site:before { display: none; }

    Thread Starter candregg

    (@candregg)

    Thanks, Michael. That was it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help to widen and center .home #content in Twentyfourteen child theme’ is closed to new replies.