This one has me frustrated.

I'm using the Acquia Marina (Fusion) theme.

I want to put a banner across the top of the page (standard on most websites).

Most Acquia Marina sites don't seem to use it, but I really need it. I've seen it on a few.

I really can't figure out where to put the code.

It's usually in header or header-wrapper or someplace similar.

I've tried everything. Does anyone have the specifics on how I can do this?

Thank you so much.

Comments

eugenedw’s picture

I was wondering if you ever found an answer to this. I'm struggling with this now.

m_i_c_h_a_e_l’s picture

This may not be absolutely correct, but I put it here:

#header-group-wrapper {
  background: transparent url(../images/banner.png) no-repeat scroll left top;
  height: 130px;
}

You may have to adjust the height, depending on the height of your banner.