• Hi there!

    Love the theme. However, I would like to use a full width page.

    It looks like, the generic-page layout has two columns.
    And the left column is only used for the title.

    Is it possible to create a full width page layout?
    Also controlling the margin/padding on the left and right side?

    Thank you so much for any little help!

Viewing 6 replies - 1 through 6 (of 6 total)
  • You can use the one-column layout setting in the customizer and than add some custom CSS to widen the page some more, like I did here.

    Hi Sheriziya,

    Great Header! Would it be possible for you to share the CSS code you used to expand the width? I’d like to try it… I’m not a coder…

    Brad

    I’ve used this code:

    .single-post:not(.has-sidebar) #primary, .page.page-one-column:not(.twentyseventeen-front-page) #primary, .archive.page-one-column:not(.has-sidebar) .page-header, .archive.page-one-column:not(.has-sidebar) #primary {
       max-width: 1000px;
    }
    
    .page-one-column .panel-content .wrap {
       max-width: 1000px;
    }
    
    @media screen and (min-width: 48em) {
        .blog:not(.has-sidebar) #primary article,
        .archive:not(.page-one-column):not(.has-sidebar) #primary article,
        .search:not(.has-sidebar) #primary article,
        .navigation.pagination,
        body.blog .site-content .page-header,
        body.archive .site-content .page-header,
        body.search .site-content .page-header {
            float: none;
            margin-left: auto;
            margin-right: auto;
            max-width: 1000px;
            width: auto;
        }
    }

    The last part is to make sure that the Blog page and Search result page are also truly one-column, instead of having their titles on the left side.

    And thanks for your compliment about the header ?? It fits perfectly with my story ??

    @t0nnyh0ang errrr… isn’t your code simply an exact copy of mine? Or am I missing something?

    lisadol

    (@lisadol)

    hello Sheriziya
    how do you put your social icons in the header please ? Thanks !!

    Sheriziya

    (@sheriziya)

    @lisadol I’m using the Ultimate Social Media PLUS plugin. For me it’s excellent ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Full Page ?’ is closed to new replies.