Gnet Solutions



Revolution Wordpress Theme: Add additional pages to Navbar

The navbar & subnavbar code is in header.php.

If you need to display a few more pages on the navbar, adjust the following css (in style.css):
Code: Select all
#nav a {style.css (line 175)
color:#FFFFFF;
display:block;
font-weight:bold;
margin:0 0 0 0;
padding:5px 10px 6px;
}

Code: Select all
#nav a:hover {style.css (line 183)
background:#000000 url(images/navhov.gif) repeat scroll 0 0;
color:#FFFFFF;
display:block;
margin:0 0 0 0;
padding:5px 10px 6px;
text-decoration:none;
}
Adjust the 10px settings for padding on both to get the spacing you want. I changed teh 20px right margin to 0 in both definitions.


Related Articles

Attachments

No attachments were found.

Visitor Comments

No visitor comments posted. Post a comment

Post Comment for "Revolution Wordpress Theme: Add additional pages to Navbar"

To post a comment for this article, simply complete the form below. Fields marked with an asterisk are required.

   Name:
   Email:
* Comment:
* Enter the code below:

 

Would you like to...

Print this page  Print this page

Email this page  Email this page

Post a comment  Post a comment

 Subscribe me

Subscribe me  Add to favorites

Remove Highlighting Remove Highlighting

Edit this Article

Quick Edit

Export to PDF


User Opinions

No users have voted.

How would you rate this answer?




Thank you for rating this answer.

Continue