Viewing 6 replies - 1 through 6 (of 6 total)
  • Moderator t-p

    (@t-p)

    Probably in your theme’s css.

    Without the site URL, it’s unlikely you will get more specific responses to your specific issue.

    Thread Starter sing2zing

    (@sing2zing)

    Thanks, just starting out. New to CSS as well, before I start randomly changing things I was hoping someone could point me to the right line in CSS.

    http://www.stoopphilly.com

    In your style.css, near line 391 you will find this:

    #site-title {
    font-family:"Helvetica Neue",Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-size:36px;
    letter-spacing:-0.03em;
    line-height:42px;
    text-align:center;
    }

    Change the bottom line to:
    text-align:left;

    Thread Starter sing2zing

    (@sing2zing)

    Worked perfectly, thanks!

    Since you knew the line number I assume you are using an editor of some type, editing the file from within my dashboard I do not get line numbers. Something you might recommend?

    I’m using firebug: http://getfirebug.com/
    It lets you “play” with values before commiting to them in an editor. It is extremly useful!

    Thread Starter sing2zing

    (@sing2zing)

    I’ll check it out, thanks again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Left justify Coraline theme title text?’ is closed to new replies.