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.
| Comment | File | Size | Author |
|---|---|---|---|
| Screenshot-1.png | 377.41 KB | pam.pkrweb@gmail.com |
Comments
Comment #1
Grizz commentedHi 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
Comment #2
pam.pkrweb@gmail.com commentedHi 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
Comment #3
jwolf commentedMaybe someone in the TopNotchThemes group can help -> http://groups.drupal.org/topnotchthemes