• Resolved mmcmahon

    (@mmcmahon)


    How can I remove the “sidebar” (I’m not even sure it’s a sidebar) in autofocus post. If you take a look at this page, you will see it off to the side of the body of the post to the right headed up by the date. Can I remove that…the whole thing?

    https://melissa-mcmahon.com/?p=554

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    In the templates of your theme, search for “sidebar” and strike it out.

    the code may look like something like: <?php get_sidebar() ?>

    strike it out.

    Thread Starter mmcmahon

    (@mmcmahon)

    I used this code. I couldn’t find the above code anywhere…

    .single .post{
    float:none;
    margin:0 auto;
    overflow:hidden;
    width:800px;
    }
    .single .post .entry-meta {
    display: none;
    }

    Hi there,

    I’m new to WordPress and I’m also trying to remove the sidebar on the Autofocus theme. Where exactly do I place the below code in? Many thanks!

    .single .post{
    float:none;
    margin:0 auto;
    overflow:hidden;
    width:800px;
    }
    .single .post .entry-meta {
    display: none;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘removing "side bar" in autofocus theme’ is closed to new replies.