• Currently the Aquafluid Theme is a floating width and I have a header graphic that is a fixed width. How do I change the width so that it is fixed to match my header graphic. Thanks

Viewing 1 replies (of 1 total)
  • If you look in style.css the width is set as follows:

    #container {
    background:#FFFFFF none repeat scroll 0%;
    border:1px solid #CCCCCC;
    font-size:95%;
    margin:60px auto;
    width:80%;
    }

    This is a relative width, and so adjusts with the screen.
    Change the width here to the size of your image (e.g. 758px) and that should do it.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I change the width of the Aquafluid Theme to a fixed’ is closed to new replies.