• I do not have any widgets in my sidebar, and I would like my posts to be full width but even with nothing in the sidebar the page still gives it the “left” class which sticks the content to the left 65% of the screen.

    The theme clearly has support for full width pages. I just cant figure out how to turn off the sidebar completely with having to add custom css to for the “left” class to be wider and centred.

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @random11x,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .sidebar { display: none !important; }
    .content { width: 100%; }

    Note that this might cause some elements to look odd, since the theme isn’t designed to be full-width on all pages.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘How to turn off sidebar for posts’ is closed to new replies.