Remove the search on all pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • #5861
    jaxtman
    Participant

    I would like to remove the search on each page. I do not have a need to keep this on the pages. What do I have to delete in the code to get rid of these? Please be very specific as to what I need to delete as I don’t understand code. Thanks so much for your help. Greatly appreciated.

    #5875
    Daniel Tara
    Keymaster

    You can add a blank text widget to the sidebar but that would still leave an empty space. If you want the content to span full width you’ll have to hack into style.css and change the width of #content to 940px

    #5883
    seiperseo36o
    Participant

    #content {
    float:left;
    width:100%;
    margin:0;
    margin-right:20px;
    }

    #5884
    seiperseo36o
    Participant

    I edit this post to extend even into the left side of the site where the command was looking?

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

You must be logged in to reply to this topic.