• Hi Everyone

    I hope i get this out the right way.

    the thing is i modded a theme called Statement

    I needed to make a bigger ( longer ) picture in the header so i change this in the style.css ( BOLD )
    ———————–
    /*+++++++ TOP +++++++*/
    #header { height: 106px; width: 1000px; }
    #logo { float: left; width: 400px; padding-top:20px; padding-left:10px; }
    #logo h1{text-indent:-1000px;}
    #logo h1 a{display:block; background: url(images/pkulogolong.gif) no-repeat; height:80px; outline:none;}
    #topleft { float: right; height: 110px; width: 230px; }
    #searchbox { float:right; width: 233px; height: 36px; background: url(images/s1.gif) no-repeat; margin:20px 5px 0 0; }
    #searchbox #s { float: left; margin: 4px 0 0 6px; border: 0; width: 200px; background: none; color:#df0031; }
    #searchbox #go { float: right; margin: 3px 4px 0 0; width:18px; height:18px; }
    ———————–

    By doing that i shifted the pages links to the left and they pilled up there ?
    Can anyone help me in getting them back into one line ?

    all help needed ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You need to make the #topleft element narrower:

    #topleft { float: right; height: 106px; width: 330px; }

    Or maybe you’ve made it too narrow…

    Setting the #topleft width to 330px seems to fix it for me anyway.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Small Header / .css help // page link list //’ is closed to new replies.