• I’m sorry if this seems silly. I have researched the forum and support but just don’t “get it”. I am using the “fsubtle” theme; successfully changed the header graphic. I now want to change the header title (blog name, whatever) to align right (the current text alignment covers part of my graphic). I have tried changed it in the stylesheet, adding text-align: right to the header h1 but to no avail. I successfully changed the font size, however). Haven’t been successful changing it in the “header.php” file.

    Please anyone – what file do I need to edit and how?
    My site

    TIA,
    Kay Lowe

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add the text-align: right to this:
    h1#blogname {

    <div id="header">
    <h1 id="blogname"><a href="https://doggy-training.com">Doggy-Training.com</a></h1>
    <div class="description">Show Your Dog Who’s Boss!</div>
    </div>

    this tells me that you need to be looking for something like

    #blogname h1{
    some: stuff here;
    }

    in your CSS file… as well as

    .description {
    some: more stuff here;
    }

    dang moshu – ya beat me! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Align Header Title’ is closed to new replies.