info-center change

Started by mindazor, October 02, 2021, 08:34:23 AM

Previous topic - Next topic

mindazor

please help, How to change the info-center in BoardIndex of the copy von default theme (SMF 2.1RC4) to left or right siede??

aryansindy

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:

mindazor

Ok Thanks That work, is done.

Advertisement: