This theme is fantastic! Logo support would be nifty though; where suppressed site title also removes the white bg. :-)

Comments

profjk’s picture

Hi!
Can we have your URL?
Thanks.

fourteen40’s picture

Hmm, I'm working on a demo box (not live). I'll update our live URL to A3 Atlantis within the next hour or so and let you know when ready. Thanks.

fourteen40’s picture

Here's the URL and we've updated to A3 Atlantis! Cache cleared. http://mediamode.co.za/

profjk’s picture

The white space is defined in php code. You can remove it by modifying the code.
Then, place your logo on the header image using an image editor like photoshop.

fourteen40’s picture

Thanks for the tip. This post is a feature request for "logo support" in admin/build/themes/settings/a3_atlantis
:-)

jenyum’s picture

Just placing it on the image really doesn't help, as the logo is important for navigation. In most themes, it would point the user home when clicked on.

I hope you will update with this functionality as it's fairly standard.

lazken’s picture

Hi there,

I'm having the same issue, but I'm useless at php.. Could someone let me know the portion of the code that needs commented out to stop the white box appearing? Other than that, this theme is perfect! Would just like my own logo there instead of a white text box :)

Many thanks,

stGeorge-1’s picture

I am not sure if this is best practice, but I managed to get rid of the white space behind the title with the following fix.

Go to the style.css file and look for the 'title spacer' (this is the white background). This is on line 131 on my css.

#title-spacer { width: 264px; }

Either comment out this line or reduce the default of 264px to 0px and the white space goes away.

I hope this helps others.