• Hi, I’m trying to create a website but I can’t get the width of the pages to change. I’m not completely lost with css but I can’t seem to figure it out. I’ve made a child theme and have been trying to change the width in the ‘.entry-content’ section but it’s not working and I don’t know what else to do. Any help will be much appreciated.
    I want it to be the full width of the page

Viewing 1 replies (of 1 total)
  • Assuming you don’t have a sidebar (i.e., you’re not using the secondary widget area), try adding this to your child theme’s style.css file:

    .entry-header, .entry-content, .entry-summary, .entry-meta {
    max-width: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Twentythirteen] Page width wont change’ is closed to new replies.