MyBB Community Forums

Full Version: Sidebar not aline
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to fixed this.
[attachment=41810]

i want to become like this.
[attachment=41811]

im using this plugin
https://community.mybb.com/mods.php?action=view&pid=291

this is my index code:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
 lang.no_new_posts = "{$lang->no_new_posts}";
 lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>

{$header}
{$welcomeguest}
 
 {$dvz_shoutbox}
 <div class="forum" style="float: left; width: 100%;">
 

<div style="float:{$left};width: 75%;">{$forums}</div>
 <div style="float:{$right};width:25%;">{$sidebar}</div>

 </div>

 {$boardstats}

<br class="clear" />
{$footer}
</body>
</html>
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
 lang.no_new_posts = "{$lang->no_new_posts}";
 lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>

{$header}
{$welcomeguest}
 
 <div class="forum" style="float: left; width: 100%;">

<div style="float:{$left};width: 75%;">
{$dvz_shoutbox}
{$forums}
{$boardstats}
</div>
 <div style="float:{$right};width:25%;">{$sidebar}</div>

 </div>

<br class="clear" />
{$footer}
</body>
</html>