Closed (fixed)
Project:
Marinelli
Version:
6.x-2.96
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 16:38 UTC
Updated:
28 Oct 2009 at 10:00 UTC
I've looked around and it seems like all of the responses to this question are about a year old. Does anybody know how to add a logo to the header of Marinelli? I've already changed the rotating pictures now I just want to add a logo. Sorry if this is a newbie question, but, I'm a newbie! Thanks for any help.
Comments
Comment #1
vm commentedfirst thing you should do is update the theme to the latest version to ensure you are using the most secure and bug free version.
From there a logo would have to be handcoded into the header region and adjusted with css as you are essentially going to be trying to add an image on top of an image.
Comment #2
doubleeater commentedThanks. I downloaded all of the latest versions yesterday.
Any advice as to how to do the second step advised?
Comment #3
vm commentedopen page.tpl.php compare it to a core theme or another theme that uses a logo and start mimicing.
Comment #4
der_sensemann commentedWell, i'm also a newbie so i simply tried to do what you suggested:
i copied
from Garland page.tpl.php to my Marinelli page.tpl.php
Unfortunately until now i couldn't find out, how to determine the position of my logo.
Actually the logo ist displayed over my background image (thats nice) but above my site title (thats not so nice).
I assume that because theres no logo in Marinelli, thats why there isn't any css id oder class i can find in the graphics.css oder layout css.
Any help for this stupid problem is highly appreciated!
cheers,
Johannes
Comment #5
der_sensemann commentedsorry for not searching long enough - after crawling again in some css i found the solution.
If anyone is interested:
assigned id "logo" in page.tpl.php
added
to layout.css and changed padding of #header p.sitetitle, so that both items are vertical aligned centrally.
fine :)