Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi again. ??

    Sketch has a “Full Width, No Sidebar” page template that you can assign to any page that you wish to be full width.

    To assign a page template, select the option to Edit while viewing a page as an admin and then select from the “Template” drop down menu in the “Page Attributes” module on the right.

    Hope that’s helpful! Let me know if it’s not quite what you were after.

    Thread Starter susan-bates

    (@susan-bates)

    I meant that the body would extend to the edge of the screen.

    If you’d like to extent the main content of your site then you could add some CSS to your child theme’s style.css file:

    @media screen and (min-width: 75em) {
    .site {
         padding-left: 0px;
        padding-right: 0px;
    }
    }

    You can increase the values of padding-left and padding-right if you’d like some more spacing.

    30under40

    (@30under40)

    Hello! I can’t see to find the option to do that for the home page?

    Thanks so much,
    Jess

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make theme full width’ is closed to new replies.