Closed (fixed)
Project:
Acquia Marina
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jun 2009 at 06:14 UTC
Updated:
20 Aug 2009 at 20:50 UTC
How can I get less gap between the logo title area and the primary menu.
I'm looking to get it nice and tight but every single thing I edit in the style.css file seems to just change around other stuff.
my website is http://wepickstocks.net if you wanna take a look at what i mean. Just so much white up there.
Comments
Comment #1
seanhe commentedI have noticed an extra 50 or so pixels with just IE 6 and 7. I do not know enough about CSS or PHP to know how to fix this for just IE.
Comment #2
jferjan commentedadd this code to local.css
#primary-menu {
margin-top: 0;
}
Comment #3
seanhe commentedThanks for the reply, although I had forgotten that I still had this problem. I tried the additional CSS in local.css, flushed all cache without any luck. There is still extra space below the logo. I am not using the primary links menu, which seems to be the white space that is showing up.
Comment #4
iva2k commentedWorks for me as jferjan suggested.
local.css is disabled by default - maybe that's what makes the jferjan's suggestion not work for you. You have to add the following line to acquia_marina.info:
Hope it helps you.
Comment #5
jwolf commented