the slogan is floating to right of site-name

i've tried clear, margin and padding

just can't seem to move it to under the slogan

its probably something simple - just not seeing it

can't help please - thanks

Comments

green monkey’s picture

lucky me - got it - had to change it to 'inherit' - new command for me

#site-name, #site-slogan {
display: inherit;
clear:both;
line-height: 1;
padding-top: 5px;
}

Can you recommend a good CSS editor? OS?

mrtoner’s picture

Espresso and Coda, both for OS X, have decent CSS editors.

green monkey’s picture

thanks mrtoner - inspect element is just not enough anymore

it seems a lot of people are using dreamweaver - just not in my budget right now :-(

I'll check those out - thanks