MyBB Community Forums

Full Version: Anyway to Move this down?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
See image..

I don't really want it overlapping? Any every used this before?

Any suggestions for it?
Hey,

Whenever I had overlaps, I usually fixed it by adding either float: left or right to my CSS stylesheet for that particular div class/id/etc.
Anyone?
please provide a test user and login.
UN: test
PW: test

www.kingmoviereviews.com/forum

I don't know what i can do with it to not overlap everything?
You have a very different header template - please post your members header template here
<div class="secondbar">
   <p class="float_center">
	 <a href="{$mybb->settings['bburl']}"><strong><img src="images/glowing/menubuttons/home.png"/></strong></strong><a href="http://www.kingmoviereviews.com/"</a><strong><img src="images/glowing/menubuttons/mainsite.png"/></strong><a href="{$mybb->settings['bburl']}/search.php"><strong><img src="images/glowing/menubuttons/search.png"/></strong></a><a href="{$mybb->settings['bburl']}/private.php"><img src="images/glowing/menubuttons/pm.png"/></a>
<a href="{$mybb->settings['bburl']}/usercp.php"><strong><img src="images/glowing/menubuttons/usercp.png"/></strong></a><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" onclick="return logout_confirmation();"><img src="images/glowing/menubuttons/logout.png"/></a><br><myalerts_headericon>{$modcplink}{$admincplink}	</p>
</div>
Try this:

<div class="secondbar">
   <p class="float_center">
     <a href="{$mybb->settings['bburl']}"><strong><img src="images/glowing/menubuttons/home.png"/></strong></strong><a href="http://www.kingmoviereviews.com/"</a><strong><img src="images/glowing/menubuttons/mainsite.png"/></strong><a href="{$mybb->settings['bburl']}/search.php"><strong><img src="images/glowing/menubuttons/search.png"/></strong></a><a href="{$mybb->settings['bburl']}/private.php"><img src="images/glowing/menubuttons/pm.png"/></a>
<a href="{$mybb->settings['bburl']}/usercp.php"><strong><img src="images/glowing/menubuttons/usercp.png"/></strong></a><a href="{$mybb->settings['bburl']}/member.php?action=logout&amp;logoutkey={$mybb->user['logoutkey']}" onclick="return logout_confirmation();"><img src="images/glowing/menubuttons/logout.png"/></a><myalerts_headericon>{$modcplink}{$admincplink}    </p>
</div> 

Then you need to style the alerts header icon to match your theme and change the positioning of the alerts dropdown.
I know how to get that to the header.

I don't know how to style the alerts drop down because where ever I put it then it will stil overlap any suggestions on what I do?
Ok, then you need to get a far as you can and then post the last stage rather than the first.

of course the dropdown will overlap - how else can you read it?