• Hi,
    I just finished creating a custom template and uploading it to my site for removing the sidebar on a page.

    Now I would like to know how to extend all the content to where the sidebar used to be? https://www.diverseimageonline.com

    I have tried following others directions but couldn’t figure it out. I would only like to do this for the FAQ page currently but after I figure it out, to two more pages.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter diverse-image

    (@diverse-image)

    I want to add that I cannot find the #container part of the CSS that all of the other help forums talk about.

    for this you have to remove sidebar code from files like index.php and pages.php ( <?php get_sidebar(); ?>)

    and change your css as following :

    line 243
    #leftcolumn {
    float:left;
    width:920px;
    }

    line 414 ( remove width)
    .post {
    float:left;
    margin:0 0 30px;
    }

    thats all ,

    Cheers!
    [sig moderated as per the Forum Rules]

    Thread Starter diverse-image

    (@diverse-image)

    Thanks for the help I changed those CSS lines around but something was still off and not displaying correctly.

    I only want 3 of my pages to not have a sidebar, and have the content utilize that space.

    I already removed the sidebar like I wanted, now would just like to extend the content. The current page I’m working on is the FAQ https://diverseimageonline.com/?page_id=28

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increasing content width on a couple pages’ is closed to new replies.