StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-31-2008, 07:16 PM
Craig Tuller's Avatar
Craig Tuller Craig Tuller is offline
Registered User
Pro Plus Member
 
Join Date: Sep 2008
Location: Raleigh, NC
Posts: 7,698
Default Re: Nav bar "buttons"

The code changes you have made are causing your problems.

headerleft is too wide leaving no room for headerright, hence the subscribe link in headerright is forced to wrap causing extra space below the whole navbar.

Either remove the navbarright links and division so that you can use the entire width of navbar or change the padding settings between for your menu tabs and resize navbarright & navbarleft correctly.

Forcing the menu to wrap to the next line will cause rendering problems with various browsers and you will loose visitors.

To change padding settings tweak the following definition as I show it:
Code:
#nav a, #nav a:visited {
background:#376B9D url(images/navbar.gif) repeat scroll 0 0;
border-left:1px solid #2255AA;
border-right:1px solid #548ADA;
color:#FFFFFF;
display:block;
font-weight:bold;
margin:0;
padding:7px 5px;
}
This one too:
Code:
#nav a:hover {
background:#5186D7 none repeat scroll 0 0;
color:#FFFFFF;
display:block;
margin:0;
padding:7px 5px;
text-decoration:none;
}
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I wan't delete some words: "advertisement" "comments" "subscribe".... in Home Francois Laurent General Discussion 2 01-06-2010 11:11 AM
Duplicate "home" buttons at top of store. surfcrs General Discussion 4 06-26-2009 07:51 AM


All times are GMT -5. The time now is 07:52 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.