A menu I placed in the Header in Garland shows up as a vertical menu midscreen (r to l), cutting through the header.

How do I change that to horizontal, above the Primary links, either flush right or flush left?

CommentFileSizeAuthor
Picture 15_0.png9.55 KBkarl sf

Comments

johnnybegood’s picture

Status: Active » Postponed

Hi,

Yes, that is not currently supported. The idea behind Aberdeen was to have just one top menu which is Primary Links.

Might change this in a new release.

You can also change this in the CSS if you need.

Cheers.

karl sf’s picture

Can you point me to where in the CSS i can allow for a Level 2 navigation (contact me | bio | forums ....)
I would like to put it below,in a smaller lighter type. Is it in the CSS or the .tpl files? or the template.php? thanks.

ctaylor44’s picture

Hi, although I am fairly new to both Drupal and CSS, I have a decent fix for the secondary menus in aberdeen I can share.

The CSS class in style.css that drives the secondary menus is "ul.secondary-links li"

For my site, I padded the top to bring it below the primary menu, shrank the font size, dropped the bullet with background:none, and right aligned with float:right (note that there is probably a better way to do the right-justify.. float: right reverses the menu with the top of the menu being farthest to the right, but as I mentioned, I'm a newbee, and just getting my site up, so I haven't figured out a better way)

Here is the code I added to the CSS:

ul.secondary-links li {
font-size: 80%;
float: right;
padding: .7em 0 .2em 1.5em;
list-style-type: none;
list-style-image: none;
background: none;
}

You can see the results on www.cargirl.com select the "community" tab as that is the only area I have a secondary menu as of today.

Love the Aberdeen Theme!

Thanks, Chris
www.cargirl.com
www.oceanusauto.com

johnnybegood’s picture

Good work Chris! The result is very neat.

I'll definitely add that code for the secondary links in the next release. Perhaps with a more padding at the top.

Cheers,

J

ctaylor44’s picture

My fiancee (the cargirl of CarGirl.com) agreed with you!

Now at www.cargirl.com/forum you can see what font-size: 90%; and top padding 1.0em gets you.

Best,

Chris

ishmael-sanchez’s picture

Assigned: Unassigned » ishmael-sanchez
Status: Postponed » Fixed

Added fix to style.css and added a note in the readme file.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.