Closed (fixed)
Project:
Aberdeen
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
3 Jul 2007 at 16:13 UTC
Updated:
28 Jan 2010 at 00:50 UTC
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
Comment #1
me13 commentedI 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.
Comment #2
cburschkaPlease 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.
Comment #3
ishmael-sanchez commentedHello,
Around line 225 replace
height:10em;withheight: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 )