Hey everyone.
I have a really strange problem at http://www.hattricknews.org/. The navigation (category listing at the top with the gray background that is) looks perfectly stretched out when logged in, but is cramping up when not logged in. If you just look at it you'll get what I mean with cramped up. It's simply just on the left while it's being stretched all the way out to the right (in one line instead of being double) when you're logged in.
The code for the listing looks like this (with the Custom Search Engine also in there)
<div id="nav" class="clearfix">
<ul class="clearfix">
<?php wp_list_categories('hierarchical=1&title_li='); ?> <div align="right"><form action="http://www.hattricknews.org/search-results/" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="partner-pub-6347566284148905:os8kvo-4z1j" />
<input type="hidden" name="cof" value="FORID:11" />
<input type="hidden" name="ie" value="ISO-8859-1" />
<input type="text" name="q" size="20" />
<input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script></div>
</ul>
</div>
I don't know what you can do without the CSS specific, but I'm getting tired of this problem, any help is appreciated.
Thanks.