• rajatady

    (@rajatady)


    Hey,
    I am trying to increase the page width of particular pages. I do not want the sidebar of specific pages and so, I have used the following code in page.php` <?php if (is_page(‘pageid’)) : ?>
    <?php else : ?>
    <?php get_sidebar(); ?>
    <?php endif; ?>`
    But the space for the sidebar is still occupied by whitespace. I want to delete this. I want my content to occupy the entire page. Please help. I found a few examples but because I do not have coding skills, its a bit hard for me to decode. Please provide simple steps with suitable examples.
    Thanks.

  • The topic ‘How to modify the page width of a single page?’ is closed to new replies.