Acquia Marina - Move Sidebar_first up beside breadcrumb

Hi there! I would like to either move the breadcrumbs down, or somehow move the sidebar_first region up so the 2 are level along the top. I tried moving the breadcrumb code within page.php but it ended up being centered, and I'm still left with a gap under the blue bar. Any suggestions?

I'm using 6.14. And yes, I'm being a control-freak! ;)

Thanks in advance!

BTW I have attached a file (keep in mind this is work in progress as I'm figuring this thing out!!) with an arrow of the gap I'm referring to. I hope this helps to show what I mean. The gap seems to be there for a brand new install. I just want to make it smaller, if it's possible.

Sonia

AttachmentSize
screencap.gif23.46 KB
Groups:
Login to post comments

found it...

SoniaWilk - Sat, 2009-11-07 17:55

I managed to figure it out...thought I'd give the solution in case anyone else would be interested. It took me a long time to find the relevant lines in the style.css file. Hopefully I don't miss anything in my explanation here as I was really trying all kinds of things as I hunted the solution down.

I'm using the 3 column layout (sidebar-first, main, and sidebar-last) so where it says "body.layout-first-main-last #sidebar-first {" (line 630 for me) I changed 40px for the top margin to 0. That moved my sidebar-first region up.

Hopefully that helps anyone else who wants the same layout.

Sonia