Full width

Home Forums Automattic Forefront Full width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #163939 Resolve

    rdsenergyuk
    Member

    Is it possible to make this site full width?

    The blog I need help with is rdsenergyuk.wordpress.com
    #163940

    Siobhan

    Hi there,

    I can see that the width of rdsenergyuk.wordpress.com has already been set to “Wide” via Theme Options > Website Layout in the WordPress.com Customizer.

    You can further increase the amount of space that page content takes up by assigning the “Full-width, no sidebar” page template to individual pages.

    To assign a page template: Navigate to the editor for an individual page and then choose from the Template dropdown menu under the Page Options module.

    If the above is not enough for you, then you could further increase the width that your site’s content takes up using some custom CSS.

    The following snippet will override the theme’s design and increase the maximum width that your content can take up:

    .grid {
    max-width: 100%;
    }

    Before going ahead with the above custom CSS, I recommend thinking about how the width that your content takes up will impact its readability. These are some good articles related to that:

    The theme’s author will have considered the above when including the layout options.

    Let me know if that information helps out or if you have any further questions.

    Thanks!

    #163952

    Kathryn P.
    Happiness Engineer

    Just checking in to see if you’re all set here.

    #163954

    Kathryn P.
    Happiness Engineer

    I’m going to go ahead and mark this thread as resolved. If you need further help, feel free to start a new thread.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.