MyBB Community Forums

Full Version: Panel - Slight problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello there,
Could someone tell me what's wrong with this and how can I fix it?

The problem is this in index.php:

[Image: MEclTU9.png]

While it should be like that (I can see it right when I enter a forum)

[Image: Ux2ISEf.png]

So, there's a problem with the panel in home page.

Hope somebody can help me, thanks in advance.
Please post here the content of your header_welcome_user template and URL?
Sure, here's the header:

<a name="top" id="top"></a>
<div id="panel">{$welcomeblock}</div>
<div id="header">
<div class="logo" align="center">
<a href="{$mybb->settings['bburl']}/index.php"><img
src="{$theme['logo']}" alt="{$mybb->settings['bbname']}"
title="{$mybb->settings['bbname']}" /> </a>
<div style="height: 20px; float: right; padding-top: 20px;">

URL: www.l2pride.net/forums
bump, anyone?
Just add this to your global.css

.links {
    float: right;
}


I recommend wrapping everything with container