Diverse Image
Member
Posted 1 year ago #
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? http://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
Diverse Image
Member
Posted 1 year ago #
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]
Diverse Image
Member
Posted 1 year ago #
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 http://diverseimageonline.com/?page_id=28