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 06-13-2009, 08:24 AM
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: Sub-pages in drop-down menu stopped working

You will see the problem if you change the height setting (as shown) for this definition in style.css:
Quote:
#navbar {
background:#222222 none repeat scroll 0 0;
color:#FFFFFF;
font-family:Arial,Tahoma,Verdana;
font-size:12px;
font-weight:bold;
height:75px;
margin:0 auto;
overflow:hidden;
padding:0;
width:972px;
}
The problem is that there is too much left & right padding on your menu buttons and because of the amount of pages you have, it is forcing a wrap.
To get them on one line, change the following definitions as shown here:
Quote:
#nav li a, #nav li a:link, #nav li a:visited {
color:#FFFFFF;
display:block;
font-family:Bookman Old Style,Times New Roman;
font-size:16px;
font-weight:normal;
margin:0 5px 0 0;
padding:9px 6px 8px 6px;
}
Quote:
#nav li a:hover, #nav li a:active {
background:#444444 none repeat scroll 0 0;
color:#FFFFFF;
margin:0 5px 0 0;
padding:9px 6px 8px;
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
thumbnails on all pages stopped working antondiaz General Discussion 8 11-26-2009 04:13 AM
Menu Drop Down Not Working with IE7 - Firefox OK jrkaiser General Discussion 1 06-18-2009 10:56 AM
The Pages Widget stopped working properly Sjoerdje General Discussion 1 06-17-2009 09:48 AM


All times are GMT -5. The time now is 06:33 AM.

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