Help with NEAT theme (Background and Header)

  • Unknown's avatar

    Your the boss.

    Thank you so much..
    will be waiting for your post..

    cheers

  • Unknown's avatar

    Okay, I just added 200px to layout making it 900px wide.

    Add this to your CSS:

    #page{width: 900px;}
    
    #content{width: 650px;}
    
    #sidebar{margin-left: 692px;}

    Also, modify the “width” property of your “div#header” selector to:

    width:900px;

    Better yet, change it to

    width:100%;

    That way you don’t have to worry about changing that value if later on you decide to make your layout wider or narrower.

    The values I used in the above selectors are suggested, of course; if you want to have different values, just make sure you they’re in proportion to the overall layout (#page selector) like I did.

    For your reference, these are the default values (I’m just putting the ones I’m overriding):

    #page{
    width:700px;
    }
    
    #content{
    width:450px;
    }
    
    #sidebar{
    margin:0 0 0 492px;
    }

    That should do it.

  • Unknown's avatar

    Thanks a million MR.. really appreciate it

    all the best

  • The topic ‘Help with NEAT theme (Background and Header)’ is closed to new replies.