Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1941
    gadgetxpert
    Member

    1) I would like my side bar to display on the error 404 page also please.

    #1992
    Sakin
    Keymaster

    @gadgetxpert: This is more of customizing theme. For this you need to have good knowledge of child theme and css.

    For this you need to create a child theme of Simple Catch Theme and then edit the 404.php in your child theme. You have to add in

    <?php get_sidebar(); ?>

    after content and add in style.css where you need to add in float left to .no-sidebar div.col8, .error404 div.col8

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Display sidebar on Error 404 page’ is closed to new replies.