Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Frank,

    Thanks for using Period!

    The following CSS will make the posts full width and hide the sidebar:

    .single-post #main {
      width: 100%;
      float: none;
    } 
    .single-post #sidebar {
      display: none;
    }

    Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    You can also find layouts like this and more in Period Pro.

    Thread Starter Frank P. Walentynowicz

    (@frankpw)

    Thank you Ben. I had to change #sidebar to #sidebar-primary, and it works perfectly.

    Theme Author Ben Sibley

    (@bensibley)

    Ah good catch! Glad it’s working well for you now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Single post full width’ is closed to new replies.