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

seanhe’s picture

I 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.

jferjan’s picture

add this code to local.css

#primary-menu {
margin-top: 0;
}

seanhe’s picture

Thanks 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.

iva2k’s picture

Assigned: jrpowell01 » Unassigned
Status: Active » Reviewed & tested by the community

Works 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:

stylesheets[all][] = local.css

Hope it helps you.

jwolf’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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