• varios

    (@varios)


    How to remove the sidebar? Iam using the rdc theme http://www.roobottom.com/wp_theme

    Have tried removing the sidebar template from the theme editor and the css at the main style.css file but nothing happens?

    Thanks for any help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • eridan

    (@eridan)

    I’m not familiar with that theme, but here’s what I would do.
    check your ‘default’ template files, if they contain <?php get_sidebar(); ?> just remove it.

    Thread Starter varios

    (@varios)

    hmm, if by defoult you mean in the wp-admin directory, i tried to remove that but it didnt work… 🙁

    Thread Starter varios

    (@varios)

    i mean i removed it but nothing happend…

    Hey varios, if you want to remove the sidebar, you need to take out all the following lines of code when they appear in the template files…

    <div id=”right_col”>
    <?php get_sidebar(); ?>
    </div>

    It may be that you want to leave the div in there and put something else in the sidebar file. Otherwise I’d modify the css file and extend #left_col to cover the entire width of the site.

    Hope this helps, if not email me. or comment on the theme site http://www.roobottom.com/wp_theme/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove sidebar’ is closed to new replies.