• My header’s really getting on my nerves today. ??

    Anyways… I’m trying to make my header go to the top of the page, and align to the left. My theme is making it centered.

    Site: BrittanyWigand.com
    Theme: Silver Dreams

    I use this code:

    #page {
            margin:0px auto;
            text-align:left;
            background:transparent url("https://brittanywigand.com/wp-content/uploads/2009/08/headerblue.png") no-repeat top left;
            width:999px;
            padding-top:0px;}
    
    /*BEGIN HEADER*************************************/
    #header {
            background:transparent;
            width:1432px;
            height:322px;
            color:#211;
            font-weight:normal;
            letter-spacing:-2px;
            font-family:'Eras Medium ITC','Arial',sans-serif;
            font-size:48px;
            text-align:left;
            margin:0px;
            padding-top:60px;
            padding-left:40px;}

    *Sigh* I had it perfect before when it was apart of my background, but my background image was too big.

    I tried to put in stuff like, float:left; but it would make my sidebar and posts go to the left too, and I want them to stay centered.

    Help?

    <3333333333333333
    xoxoxoxoxoxoxoxoxo

  • The topic ‘My header’s all boxed in and won’t go to the top left?’ is closed to new replies.