Results 1 to 4 of 4

Thread: Header and Footer size

  1. #1

    Default Header and Footer size

    i want to edit the size of the header and footer to make them the size of the whole page, also how do i edit the design of the main buttons just under the header?

    I have looked over style.css, but because i cant preview changes on a non-live site, i dont want to mess things about to much.

  2. #2

    Default

    You can modify the header and footer in templates\css\style.css

    #header {
    width:100%;
    padding: 0;
    margin: 0;
    }

    #footer {
    width:auto;
    display:block;
    }

    For modifying menu background edit templates\css\style.css and findout following


    #menu {
    width: 100%;
    margin-bottom: 2em;
    margin-top:2px;
    background-image: url("../images/menu.gif");
    }


    Keep backup before modifying files

  3. #3

    Default

    yeah those are the parts that i am trying to edit but i cant get it to work. I want the header to be full length across the whole page, i have tried manipulating the code to do so but something stops it from moving further than the wrapper :confused:

  4. #4
    Join Date
    Apr 2009
    Posts
    76

    Default

    So, put it above the wrapper.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •