I created sub-theme of acquia marina to custom the look. I have been trying to get the site name and site slogan to be over the logo with no lucky.

I tried several things.

First just changing the style.css file where #header-first h1, #header-first h1 a, and #header-first #slogan. Then noticed in the the page.tpl.php file the $site_name and $site_slogan where printing outside the div logo. So I move them to print with the div logo only and not in the #header-first area. And again tried changing the same #headers for site name and site slogan in the style.css. Trying different margin setting with no lucky.

Can some help me with the right way to do this. I have a logo that goes across the top for page 960x240 with no header middle or header last. I attached a screen shot of what is looks like.

CommentFileSizeAuthor
Screenshot-1.png377.41 KBpam.pkrweb@gmail.com

Comments

Grizz’s picture

Hi pamreed,

For future reference, post a url for site, it is easier to see the problem by others.

This problem can be solved with the "css file" only and theme settings.

Theme settings:
-- turn off logo

CSS:
-- Make that large image the background of your header, put it in your image file

#header {
background-color: #fffff url(images/yourimage) no-repeat;
}

-- Header-first area can now be sized (at least height 240px, the size of your image)
-- If you're not going to use header-middle/last in the future, you can set the width's to 0 or add display: none;
then your header-first can have a width up to 960px.

If you decide to use a "small" logo in the future, like a smaller bird as in your photo, just turn logo back on in theme settings and edit CSS file.

Hope this helps you,
Grizz

pam.pkrweb@gmail.com’s picture

Hi Grizz

Thanks for the help. I will keep this in mind next time about the link. However, the site is still in development thus not available to public yet.

Also, I will try this out next chance I get and let you if I get to work.

Thank you.

pamreed

jwolf’s picture

Status: Active » Fixed

Maybe someone in the TopNotchThemes group can help -> http://groups.drupal.org/topnotchthemes

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.