• Hello,

    I’m currently using the panorama theme and i want to remove the sidebar.

    I removed the following code
    <?php get_sidebar() ?>
    from index.php

    The sidebar is gone but my blogpost doesnt have the same width as the blog/website itself.

    Hope someone can help me with this ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • if you want to remove the sidebar from each page and blog

    change the width to 100% as below in rcol.css,and delete the sidebar option(<?php get_sidebar() ?>) in all files like page.php etc

    #main {
    float:left;
    margin:0;
    overflow:hidden;
    padding:0;
    width:100%;
    }

    @grvpande: I don’t have an rcol.css file. Any other thoughts on where it would be? And what specific item do we need to change to 100%?

    @grvpande: I don’t have an rcol.css file. Any other thoughts on where it would be? And what specific item do we need to change to 100%?

    can you link me to the blog, make sure the sidebar php is gone from single post, page and index.

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