Active
Project:
AT Commerce
Version:
7.x-3.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 May 2013 at 00:06 UTC
Updated:
26 May 2013 at 17:21 UTC
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
Comment #1
green monkey commentedlucky 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?
Comment #2
mrtoner commentedEspresso and Coda, both for OS X, have decent CSS editors.
Comment #3
green monkey commentedthanks 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