Viewing 4 replies - 1 through 4 (of 4 total)
  • This is on line 83 of your stylesheet, style.css

    #title, #description {
        margin-left: 20px;
    }

    add this line, within the brackets
    text-align: center;

    that’s all you need to do

    Thread Starter Hulbert Lee

    (@hulbert-lee)

    Hi, I added this code to my style.css, but it didn’t work:

    #title, #description {margin-left: 20px; text-align: center;}

    so I changed it back…

    I just added the line you took out to the bottom of your style.css stylesheet in Firebug in my browser. It again centered the titles.

    That’s all I can say.

    Thread Starter Hulbert Lee

    (@hulbert-lee)

    Okay, I’ll have to check it out again. Thanks for your help stvwlf.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to center header?’ is closed to new replies.