• Good morning,

    Possibly a simple one for this with more experience of WordPress than I.

    Theme: TwentySeventeen
    WP version: 4.7

    Essentially I want to uncenter pages and left align them. Is that possible? See the screenshot below for more context, if required.

    https://postimg.org/image/6cjd3vkg1/

    Thank you.

    • This topic was modified 9 years, 5 months ago by wpnoobee.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi wpnoobee,

    That should be very doable using CSS. You can try either creating a child theme to apply new CSS or you can try adding custom CSS to the site via the Customizer. (You can find the Customizer at WordPress Dashboard > Appearance > Customizer.)

    More on child themes: https://make.ww.wp.xz.cn/training/handbook/theme-school/child-themes/

    Inside the #content container, there is a .wrap container. This .wrap container is set to a max width of 700px, and then is set to a max width of 1000px in a media query for a min-width of 48em.

    In order to do what you want, you would need to override both of these values so that the max-width was 100%. Though this will set the sidebar flush left as well, and leave a wide empty space down the middle of the page, so you will have to adjust things a little further to get just what you are looking for, depending on what that it.

    Thread Starter wpnoobee

    (@wpnoobee)

    Thanks for the suggestions chaps, really helpful.

    Have a great day.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Changing page layout’ is closed to new replies.