When I add a larger logo (136x136 pixels), the header height doesn't increase and the superfish menu does not move. Please see first attached image.
I can go into the picture_reloaded.css and change the max height of #header from 88px to 150px, but then I get the second attached image where the superfish menu bar increases in size.
Can you please offer me direction on what I am doing wrong or is there a bug. I am assuming the former since I am completely new at this. Information regarding the versions of relevant modules/themes are below.
Thanks in advance.
Pixture Reloaded version: Pixture Reloaded 7.x-3.0-rc1
Adaptive Theme version: AdaptiveTheme 7.x-3.1
Superfish version: Superfish 7.x-1.8
Noggin version (not sure if it is applicable or not): Noggin 7.x-1.1
Browsers observed in: Safari, Firefox (OSX), IE (Windows)
| Comment | File | Size | Author |
|---|---|---|---|
| Screen Shot 2013-01-10 at 9.59.40 PM.png | 30.58 KB | wagtrev | |
| Screen Shot 2013-01-10 at 9.55.12 PM.png | 29.13 KB | wagtrev |
Comments
Comment #1
Jeff Burnz commentedDesign features are not bugs, also this has been asked quite a few times in the past and well covered, I suggest searching the issue queue.
It's not the menu increasing in size, that is the background color on the header. The background image is an image, right, as in a fixed dimension, 88px high.
Comment #2
wagtrev commentedJeff,
Thank you for the quick response. I didn't mean to insinuate that it was a bug but more that in my ignorance I wasn't sure if it was a design feature or a bug (see my comment eluding to it is probably user error ie me).
Please also do not think that I didn't do exhaustive searches because I spent 3 hours doing so before posting here, which probably also speaks to my ignorance on exactly what is controlling what. For an expert such as yourself, it is probably incredibly easy and the answer is obvious on the path forward to fix what I am experiencing. I don't mind doing the work and the search for it but just wanted to get pointed in the right direction (ie is this something i can fix or is it truly a bug). It sounds like from your response that maybe I have to focus my attention on the bg-header.png and make it the height I want the header to be.
Thank you again for your prompt response. I appreciate it.
Comment #3
wagtrev commentedI thought I was on the right path, but I still haven't been able to get it to work. Basically, I get my second posted image from before.
• Post #5 at http://drupal.org/node/360679 may help but file names a bit different
o Logo is 150px
o Increase #header in /sites/all/themes/pixture_reloaded/css/pixture_reloaded.css to the “desired-height” or in my case 150px.
o Increase #head-elements in /sites/all/themes/pixture_reloaded/css/pixture_reloaded.css to the “desired-height minus height of bg-menu.png”. The height of /sites/all/themes/pixture_reloaded/images/bg-menu.png in my case is 32px. So, I need to set #head-elements to 150-32=118.
o Change the /sites/all/themes/pixture_reloaded/images/bg-header.png to the “desired-height” which in my case is 150px. Extend the height but leave the black bar at the bottom for superfish.
o Change the /sites/all/themes/pixture_reloaded/images/header.png to the “desired-height minus height of bg-menu.png”. So, in this case it is 118px. Change this in photoshop by just using the image->image size->change height to 118 but keep width the same.
o Change /sites/all/themes/pixture_reloaded/color/color.inc
• 'images/header.png' => array( 0, 0, 512, desired-height minus height of bg-menu.png),
• So, in my case change the last number to 118.
o The post suggests changing the bg-header.png array in color.inc but there is no bg-header.png line.
Can anyone offer any guidance?