Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Help with css layout


buddha-trance
Member

@buddha-trance

The problem is with the menu tabs. If you cut the html part out, the heading aligns fine.

I tried some css changes, but to no avail. Really odd… in any event, the problem seems to fix itself if you add a div with some height (40px), like this:

<div id="blog-menu" class="clearfix">
<ul>
<li class="about"><a href="/about-2">About</a></li>
<li class="join"><a href="/join">Join</a></li>
<li class="blog"><a href="/blog">Blog</a></li>
<li class="contact"><a href="/contact">Contact</a></li>
<li class="wiki"><a href="/wiki">Member - Wiki</a></li>
<li class="forum"><a href="/forum">Member - Forum</a></li>
</ul>
</div>
<div style="height:40px;"></div>

There must be some other solution, but at least there is a quick fix for now, and you know where to look for the source of the issue.

Hope this helps.

Skip to toolbar