Im using rotating banner module in my site and am using the 'acquia_marina' theme

The banner is on the 'header middle' block and I have disabled the Site Name being displayed as per my clients wishes.

The problem is, I have dead space between the logo and the banner. I have tried making the banner wider but the left side of the imag seems anchored to the one place.

Basically I want the header to be more centralised as you can see in my site http://cvshek.co.uk

I'm fairly new to this so anyone with some advice would be a star.

I also need pretty quick advice as this site is going live in a few days and my clients wishes have only become apparent in the past 2 lol

Thanks

Neilly

Comments

ckng’s picture

remove

width:380px;

from style.css (line 290)

#header-first {
  float: left;
  font-family: Myriad Pro,Myriad Web Pro Regular,Lucida Grande,Geneva,Trebuchet MS,sans-serif;
  margin: 12px 30px 0 0;
}

--
CK Ng | myFineJob.com

neilly-1’s picture

Thank you Thank you Thank you ;o)