Make a one column on all pages/posts

Viewing 7 posts - 1 through 7 (of 7 total)
  • #5182
    zyhin
    Participant

    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.

    #5196
    Daniel Tara
    Keymaster

    In style.css for the selector #content remove the values float:left; and width:700px;

    #5258
    zyhin
    Participant

    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.

    #5308
    Daniel Tara
    Keymaster

    None that I can find. What’s you URL?

    #5329
    zyhin
    Participant

    fischerphotography.com.au

    Text is going using the whole 940px, but for some reason images wont as well as the Nextgen gallery.

    Zyhin

    #5367
    Daniel Tara
    Keymaster

    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

    #5434
    zyhin
    Participant

    Managed to get it to work. Thanks for your help Daniel.

    #wrapper img {
    max-width:940px;
    height:auto;

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.