Jump to content

Recommended Posts

Posted

That just brought the nav line to the top of the header "box."

 

Note the extra spacing within the text before most every one of them, but particularly after About Us and This n That.

 

Thanks though Bruce!

Posted

In the CSS you have defined the header links with "padding-left: 5px;" which will add spacing in front of them.

 

2 of the heading titles are not links ( e.g. This 'n' That and The Café )- hence do not have the same spacing before them.

 

Assuming that's the spacing difference you mean.

Posted
In the CSS you have defined the header links with "padding-left: 5px;" which will add spacing in front of them.

 

2 of the heading titles are not links ( e.g. This 'n' That and The Café )- hence do not have the same spacing before them.

 

Assuming that's the spacing difference you mean.

 

That did solve part of it - thank you. :surrender:

 

Here's the main puzzle for me, though...

 

title.jpg

 

See the spaces before Blog and Links? I'm sure it's my CSS somewhere because when I detach the template, it's fine.

Posted

Since you don't have an "id=" on your navigation DIV it is inheriting the margin-left: 10px; from one of your other "a" tags.

 

In your CSS change your "header" style name for "a" tags to "topnav" and in your DIV give it an id of "topnav" and it should clear up.

Posted

Changing the div names didn't work, but you are correct that it was inheriting the margins from the left div.

 

I went in and specifically set the margins for the header div and that finally fixed it. I don't really understand css inheritance rules from one div to the next (yet) but that's something I'll have to keep in mind as I continue to tweak this. :) I think I'd better bring my css "bible" home from work for a while!

 

Thanks for your help!! :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...