Modify the TOPNAV in your style.css file and move it lower.
Regards
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 🙂
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).
Never mind. Found it. Thanks for the help!