• I am trying to get my title to center, by default it goes to the right. Below is what I am trying to center. I have tried <center></center> tags but they do nothing. What could I use to make the title center?
    <head profile=”https://gmpg.org/xfn/1″&gt;
    <title><?php bloginfo(‘name’); ?><?php wp_title(); ?></title>
    Thanks
    LipSkid.

Viewing 4 replies - 1 through 4 (of 4 total)
  • try this?
    <title align=’center’></title>

    Thread Starter lipskid

    (@lipskid)

    Thank, but it just will not go to the center? I just cannot seem to see where it is telling it to align right?

    Hey, what you quoted here is the title that you see up in the title bar of the browser (e.g. if you look up at this page you see: WordPress Support | Question about centering).
    What you need to edit is the following line(s)
    <div id="masthead">
    <h1 id="header">Parlez Vous Fran?§ais ?</h1>
    </div>

    or better to say the CSS for this.

    Thread Starter lipskid

    (@lipskid)

    There we go that did it, thanks alot :). Thank you all once again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Question about centering.’ is closed to new replies.