• For my header, I tried and tried to make some sort of table with two columns so that the picture would reside on the left and the text would reside on the right. I’m sure that some of you can look at my code and see exactly what needs to be done. I know “Just enough” about coding to really screw things up and not know how to recover, except by starting over@

    Thanks so much for taking a look at it –
    blog.littlebluedog.org

Viewing 1 replies (of 1 total)
  • You’re using a background image, so you need to look at your CSS file (forget about the tables). It’s called style.css and you can find it at https://blog.littlebluedog.org/wp-content/themes/silver-light-01/style.css. Change line 18 from:

    #header {background: #ffffff url('images/telly_bloghdr.jpg') no-repeat bottom center;}

    to

    #header {background: #ffffff url('images/telly_bloghdr.jpg') no-repeat bottom left;}

    And change line 23 from:

    #header p.desc{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;margin:0;padding:0;}

    to

    #header p.desc{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;margin:0;padding:0; margin-left: 220px;}

Viewing 1 replies (of 1 total)
  • The topic ‘Header photo wants to center. I want it left. Help?’ is closed to new replies.