2016-08-14, 01:47 PM
2016-08-14, 02:02 PM
The problem is not with who is online, its the contents of the server status box that's pushing the page wide.
2016-08-14, 02:12 PM
(2016-08-14, 02:02 PM)Ashley1 Wrote: [ -> ]The problem is not with who is online, its the contents of the server status box that's pushing the page wide.
Can confirm 100% this isn't the case

Have only just added those after this issue occurred.
2016-08-14, 02:20 PM
In the Index Template
Replace~
With~
Replace~
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
With~
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="float: left; width: 76%;">
2016-08-14, 02:21 PM
For starters you can't have it like this:
<div class="forums" style="float: left; width: 76%;">{$forums}</div>
The closing div must come out there and close after {$whosonline}
Assuming you want {$whosonline} in the 76% div.
<div class="forums" style="float: left; width: 76%;">{$forums}</div>
The closing div must come out there and close after {$whosonline}
Assuming you want {$whosonline} in the 76% div.
2016-08-14, 02:22 PM
(2016-08-14, 02:20 PM)Consaholic Wrote: [ -> ]In the Index Template
Replace~
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
With~
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="float: left; width: 76%;">
It worked! Thanks a lot!

2016-08-14, 02:24 PM
Looks fine here?
![[Image: LD5mNCB.png]](https://camo.mybb.com/7df8922e63a66fbb100834cc6ca063262ee2415b/687474703a2f2f692e696d6775722e636f6d2f4c44356d4e43422e706e67)
2016-08-14, 02:24 PM
(2016-08-14, 02:24 PM)Consaholic Wrote: [ -> ](2016-08-14, 02:22 PM)Fizz1 Wrote: [ -> ](2016-08-14, 02:20 PM)Consaholic Wrote: [ -> ]In the Index Template
Replace~
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
With~
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="float: left; width: 76%;">
No luck, all it did was skew the 'Board Statistics' and that's about itÂ
I managed to fix it with this code in inspect element, perhaps provide an administrator account via personal message so I can apply the change?
Regards,
Consa
It worked, thanks heaps!
I accidentally edited the board-statistics initially.
Many thanks

2016-08-14, 02:25 PM
No problem 
Regards,
Consa

Regards,
Consa