You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Custom Page Template No Sidebars

UserPost

6:24 am
October 5, 2009


ladybugg

New Member

posts 1

1

Hi, was wondering if anyone could help. I am trying to basically have the ability to have a page template with no sidebars.  Can anyone suggest anything.  I know you could remove the get_sidebar code from the page template–but it still doesn't allow me to do what I want to do which is add an amazon astore full width.  When i remove that code my astore still doesn't fully show–it's stuck inside the post box area.

Thanks,

Amanda

6:03 pm
November 10, 2009


mwengr

New Member

posts 2

2

Amanda,

Shut of the side bars off by adding

#sidebar {display:none;}

to the very bottom of style.php. Or comment out the appropriate code. Deleting code works as well but it is better practice to leave the code intact and just comment it out or control it with the style file.

Then go to Appearance->Flexibility Theme Options->Blog Width Control make Total blog width and Post width the same value. Set left sub-side bar and right sub-side bar to 0.

Mike