• I have to ask this question because I can’t seem to figure it out myself: If you look on my wp at http://www.brianlutmer.com, you will see that my header stuff is going through my daughter’s face. How do I lower my header stuff so that it goes on top of her jacket?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Modify the TOPNAV in your style.css file and move it lower.

    Regards

    Thread Starter blutmer

    (@blutmer)

    Yes, but how? What line item is it to move it lower? I just don’t even understand how this is really defined. Alignment? Padding? Margin? What?

    In your css:
    #topnav
    {
    list-style:none;
    font-size:0.9em;
    margin:0 auto;
    margin-top:100px; <--------------
    padding:12px 20px 0 0;
    text-align:right;bottom;
    font-family:Verdana, Arial, Sans-Serif;
    }

    adding that line there seems to help ?

    Btw …. what are they looking at ? Not that you have to say here, but I guess you’ll be asked a few times 🙂

    Thread Starter blutmer

    (@blutmer)

    They are looking at my sidebar, of course! Actually, that works perfectly, except for another problem. Now I need to change the color of my nav bar, NOT my page name or description. I can change those, but I can’t seem to find where the line item is for that Navbar.
    (and I really have no idea what they were looking at, but I really like that pic of them).

    Thread Starter blutmer

    (@blutmer)

    Never mind. Found it. Thanks for the help!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Doofus coding question’ is closed to new replies.