Hi, my primary links do not show up underneath my custom logo image. The image does not encroach onto the black link bar, but the links do not begin until the end of the logo. This is a problem for me, as my links need the space under the logo in order to fit on the bar.
I've changed my primary links to nice menus, but even before this change, I experienced the same problem. How can I get the links to align at the left edge of the black menu bar, below my logo image?
The site can be viewed at http://www.rootriverenergy.com
Comments
Comment #1
nationalwind commentedFixed in Firefox by changing height in 'logo' css. However this fix does not work for Internet Explorer. The links appear below the black menu bar. (You have to hover to see the links, as they are white text on no bg)
Comment #2
nationalwind commentedComment #3
nationalwind commentedComment #4
TSE commentedHi,
add this to your styles.css:
#menu ul {margin-left: -900px;}
where the value (900px) should be the width of your logo.
If you changed the color remember to do this again, so that the styles.css is regenerated.
EDIT: WONT WORK IN IE7, so forget it... sorry
Greetz TSE
Comment #5
spazfoxI'm having this exact same problem (and I'm not using nice menus). Anyone figure this out yet? This is a great theme and I really want to use it, but I need to be able to fit all my primary links!
Comment #6
spazfoxOkay, I think I figured this out (for my site, anyway!). I did this:
to
This works for me in both Firefox and IE 6. I have not tested it in IE 7 or Safari yet.
Comment #7
level02 commentedIf removing rowspan=2 from td#logo, as suggested in #6, td#menu should also be changed from colspan=2 to colspan=3.
In Pixture's page.tpl.php file change line 27 from:
<td id="logo" valign=top rowspan=2>to:
<td id="logo" valign=top>and change line 39 from:
<td id="menu" colspan=2>to:
<td id="menu" colspan=3>http://drupal.org/files/issues/header-table-pixture-theme.gif
Comment #8
nationalwind commentedYep, it was all about the rowspan and colspan. Sorry I forgot to update earlier when I found the fix back in May.
Comment #9
level02 commentedComment #10
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.