• Resolved nina182

    (@nina182)


    Hello,

    I would like to try your beautiful theme but before I replace my old theme, I would like to know if there is a way to hide/remove the side bar in order to have a full width page instead.

    Is that possible?

    Thank you!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter nina182

    (@nina182)

    Theme Author Ben Sibley

    (@bensibley)

    Thanks for using Period!

    Period has a variety of templates available for full-width layouts. Check out this option in the Page Attributes box in the post editor: https://screenshot.competethemes.com/z8ux09xp

    “Full-width” will match your example screenshot. The other options are made to be used with a page builder plugin like Elementor.

    Thread Starter nina182

    (@nina182)

    Hi again,

    Thank you so much, this is exactly what I was looking for!

    I can’t seem to be able to change the template to “Full width” on one specific page: https://www.despinacara.com/portfolio/

    When I go into the post editor, it doesn’t give me the “Page Attributes” option.

    I’ve designated this page as my “posts” page in Settings>Reading. Could it be because of this?

    Thanks again.

    Theme Author Ben Sibley

    (@bensibley)

    Sure thing!

    Yea page templates are only available for regular pages. Period Pro has a lot more layout options for every page on your site using its own layout system, but you can add a simple implementation of a full-width layout to your blog page like this:

    .blog #main {
      float: none;
      width: 100%;
    }
    .blog #sidebar-primary {
      display: none;
    }

    You can copy & paste the code above into the “Additional CSS” section in the Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter nina182

    (@nina182)

    A thousand thank yous! This worked perfectly.

    Theme Author Ben Sibley

    (@bensibley)

    Great, glad to hear it ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Make side bar disapear and have full width page?’ is closed to new replies.