I would like to center the Logo on the header. Any ideas how that would be done.

Also, the website is reverting back to an old image for the logo even though I'm uploading an updated version.
I already tried clearing the cache. Is there a seperate one for images?
I also deleted the old file off the server. And the file that is on the server is the correct file but it chooses to display an old version of it. I'm so confused...

Thank you!

Comments

annalina614’s picture

I got a way around my problem of getting the correct file as the logo by storing the image somewhere else on the server and then telling the theme where to look for it.

But I'm trying to figure out how to center the logo without any knowledge of php :-)

Here's what it says:

if ($logo) { print $base_path " title=" print t('Home') ">Only local images are allowed. print $logo " alt=" print t('Home') " /> }

Any ideas?
Thanks!

level02’s picture

This could be a little tricky. The header is a table with 3 rows and 3 columns (http://drupal.org/files/issues/header-table-pixture-theme.gif)

By default the logo covers 2 rows as seen in the top of the image linked above. So depending on how you want to have your header (will the site title be displayed or not, will the search box be displayed or not, will your logo image protrude into the menu bar or not) you will have to do different things.

annalina614’s picture

There is no separate website title. (The problem is that the "logo" is really a pretty way to show the title)
There is no search bar and we have no right hand side column.
We do not wan the image to protrude into the menu bar so we will alter the image as necessary.
Thanks for your help!

flavor’s picture

Yea I want to work on the logo as well - what I really would like is have a banner at the top of the page - no Site name / Slogan / Search or colums on our site.

Jeff Burnz’s picture

Status: Active » Closed (fixed)