Ok, so I've searched everywhere and I haven't been able to find an answer. What I want to do is have my site-name and site-slogan appear beside my logo.png on 2 separate lines. I am using a customized zen theme but the only customizations are towards style not layout. I'm not sure where to edit to get the effect I would like. Some help would be awesome!

A diagram of what I would like
__
/ \
|logo|site-name
\__ /site-slogan

Feel free to take a look at what it is now. http://www.nwss.ca/new/

Thank you for any help!

Comments

laxking’s picture

anyone?

sherifmayika’s picture

for site name place the following code in your pag.tpl.php anywhere youm want.
if ($site_name):

print $base_path " title=" print t('Home') ">
print $site_name

endif;

for slogan

if ($site_slogan):

print $site_slogan

endif;

http://dreamweaverdrupalthemeextension.blogspot.com/