MyBB Community Forums

Full Version: Move this ???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i want to move the tabbed forums code of my forums like http://www.supportforums.net/

Images:
[Image: scr-10022011.png]

[Image: scr-10022011-2.png]

I want to move the tabs just like the images of Support Forums, i checked the support forums source and the css but i don't know how to do Big Grin

Could you help me ?


Should i bump ?
Get support for this on labrocca's site, MyBB Central, as this is where the plugin is supported.
Go into the theme, Admin CP > Styles & Templates > Themes
Then open the theme you want, select the Tabbed.css

On the first line:
padding: 0px 0;

Change the 2nd number, the last 0.
To like:
padding: 0px 10;
The higher the number, the further it'll indent.

EDIT:

You should instead change this part: text-align: left;
To: text-align: center;

Since it looks like it'll almost be centered on your forum anyway if you indent it. Using the center alignment will at least make it look even.
@weBex: Thanks a tons !!!! Thanks a tons for your help. I'm so happy.