What are the classes on the <body> tag? <div><br></div><div>Is class="html front not-logged-in no-sidebars page-node" on the <body>?</div><div><br></div><div>If so, target the #container this way:</div>
<div><br></div><div>.front #container { ... }</div><div><br></div><div>Consider getting a book on CSS to help learn how to properly use selectors.<br clear="all"><div><br></div><br><div class="gmail_quote">On Fri, Feb 4, 2011 at 1:16 PM, <span dir="ltr"><<a href="mailto:pat@soligsoft.com">pat@soligsoft.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">When I used firebug to inspect I got:<br>
<br>
<div id="container" class="html front not-logged-in no-sidebars page-node"><br>
I'm not really sure what to use.<br>
<br>
PChuprina<br>
<div><div></div><div class="h5"><br>
> Use Firebug to inspect your CSS and determine the relevant classes on the<br>
> <body> tag.<br>
><br>
> On Fri, Feb 4, 2011 at 12:56 PM, <<a href="mailto:pat@soligsoft.com">pat@soligsoft.com</a>> wrote:<br>
><br>
>> Sorry didn't work. Should it be .page--front #container { ……… }?<br>
>><br>
>> > use body classes for theming.<br>
>> ><br>
>> > .page-front #container { ……… }<br>
>> ><br>
>> > /Stanislav<br>
>> ><br>
>> > Am 04.02.2011 um 20:44 schrieb <a href="mailto:pat@soligsoft.com">pat@soligsoft.com</a>:<br>
>> ><br>
>> >> #container<br>
_______________________________________________<br>
>> > themes mailing list<br>
>> > <a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
>> > <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
<br>
<br>
_______________________________________________<br>
themes mailing list<br>
<a href="mailto:themes@drupal.org">themes@drupal.org</a><br>
<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>
</div></div></blockquote></div><br></div>