Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Topic started by: mindazor on October 02, 2021, 08:34:23 AM

Title: info-center change
Post by: mindazor on October 02, 2021, 08:34:23 AM
please help, How to change the info-center in BoardIndex of the copy von default theme (SMF 2.1RC4) to left or right siede??
Title: Re: info-center change
Post by: aryansindy on October 02, 2021, 09:45:56 AM
Go to BoardIndex.template.php and find.
Quote// Here's where the "Info Center" starts...
    echo '
    <div class="roundframe"  id="info_center">


change it with:

Quote// Here's where the "Info Center" starts...

    echo '
    </div>
    <div class="roundframe" style="width: 330px; height: auto;" id="info_center">

and save.
The info-center will be like this at right siede:
Title: Re: info-center change
Post by: mindazor on October 02, 2021, 10:49:29 AM
Ok Thanks That work, is done.