Hi all,
Just wondering how I remove the sidebar, post comment, search and everything except content. i just want the header, page name, content and footer. I did manage to get rid of the sidebar but cant get the content to stretch the full width. Has any body been able to do this and if so, could you please point me in the right direction.
Zyhin.
In style.css for the selector #content
remove the values float:left;
and width:700px;
Thanks for your reply Daniel. I have managed to get this to work on the pages, but for some reason it is not working on the posts, is there something that I am misssing. I am using the posts as galleries using NextGen plugin and it is elongating my photos as they will not go the whole way across. Any ideas.
Zyhin.
None that I can find. What’s you URL?
fischerphotography.com.au
Text is going using the whole 940px, but for some reason images wont as well as the Nextgen gallery.
Zyhin
It’s probably because of the $content_width
variable. You can find it declared n functions.php in the function minimatica_theme_setup()
. Change its value to 940
Managed to get it to work. Thanks for your help Daniel.
#wrapper img {
max-width:940px;
height:auto;