i am using aberdeen as a base theme for my site but i need to change the height of the header. since i will not be using the header it self but my own header instead. i am doing this because part of the site is in asp and the other part is in php and i need a common menu at the top.

1. how do i change the height of the header i need it to be about 10px

2. how do i add sitewide code above the header? ( it is an ajax menu )

i have figured some stuff out but i want it to be done right so i thought i would post up.

Thanks for any and all help.

Comments

me13’s picture

Title: changing the hieght of the header and adding above header » I Know this is the wrong place

I Know this is the wrong place to post but I've been searching... for a long time.

I need to ask a couple of questions about the Aberdeen theme. Could you please tell me how I go about it.

cburschka’s picture

Title: I Know this is the wrong place » changing the hieght of the header and adding above header

Please read the description below the title field when adding a follow-up post.

Also, when asking general questions you are far more likely to get answers in the forum: http://drupal.org/forum.

ishmael-sanchez’s picture

Assigned: farnsworth » ishmael-sanchez
Status: Active » Fixed

Hello,

Around line 225 replace height:10em; with height:10px;. Be aware this will impact other elements nested within the header like the logo, site name, and primary links.
1. how do i change the height of the header i need it to be about 10px

Add your code to the page.tpl.php around line 14.
2. how do i add sitewide code above the header? ( it is an ajax menu )

Status: Fixed » Closed (fixed)

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