I am shifting a website to drupal, and am using the aberdeen theme. I would like to change the default placement of the main menu to the header block so that the logo stays on the top and the main nav comes under it. any suggestions? this is the site I am working on
http://emaginestudios.ca/slamcondoms/?q=node/8
THANK YOU

Comments

drumm’s picture

Project: Drupal core » Aberdeen
Version: 5.1 » 5.x-1.7
Component: menu system » Miscellaneous
Category: task » support
ishmael-sanchez’s picture

Assigned: psuri » ishmael-sanchez
Priority: Critical » Normal
Status: Active » Fixed

Hello,

You don't necessarily need to use a block to get the main navigation under the logo. Edit the primary links CSS (line 309) to:

ul.primary-links {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
right:0;
}

This way you can keep the tabs styles without having to recreate them if you were to use a block.

Status: Fixed » Closed (fixed)

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