MyBB Community Forums

Full Version: How to center MyTabs plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello i just wanted to share on how to center MyTabs plugin as i was looking for it and was not able to find any solution

I manged to fix it by going to --> Forums & Post --> MyTabs --> Settings --> Scroll all the way down and add the following code

<center></center>

in the beginning of <div class="trow2" style="margin: 0px 0px 10px 0px; padding: 10px;">    {$tablist}</div>

So it should look like this

<center><div class="trow2" style="margin: 0px 0px 10px 0px; padding: 10px;">    {$tablist}</div></center>

Hope it helps if anybody else is looking for an easy way, mabye not the correct way but it works