Viewing 7 replies - 1 through 7 (of 7 total)
  • Did you (or anyone else) figure out how to make a full-width page with this theme? Trying to do it myself, commented out “get_sidebar();” but it still shows up – not sure how that’s possible.

    The author simply has to add a fullwidth template.

    I fixed it by hacking the code and setting the excerpt view to width: 100%, but it will be overwritten next time I update.

    Cheers,
    Anders

    simply go to the blog.php or page.php page in editor and remove the following line:
    <?php get_sidebar(); ?>

    That works until the theme is updated (and was the way I solved it), so not a good idea.

    Did you create a childtheme?

    I did not, but at least I’m aware I should have :). Will do.

    guys what is meant by making a child theme, I’m having the problem with the side bar too, with thanks

    I’m not very computer savvy so if you could keep it simple that would be great

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘page without sidebar?’ is closed to new replies.