MyBB Community Forums

Full Version: Moving Mytabs to the center?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello

I installed MyTabs plugin and I want to know how to place the tabs in the middle.

Thank you for your help
******************

Edit: SOLVED
Use the center tags maybe?
I don't know if that will work, also I don't know how
(2011-09-28, 04:35 PM)Bapun Raz Wrote: [ -> ]^yes by using center tags you can do it i had already done by tabbed menu Wink

Can you please guide me how to do that?
where can I find tabbed.css?
add below code at bottom of your global.css & hard refresh your forum index
.tdborder {margin: 0 auto;}

(2011-09-28, 04:50 PM)ranjani Wrote: [ -> ]add below code at bottom of your global.css & hard refresh your forum index
.tdborder {margin: 0 auto;}

Thank you that works great
Didn't worked Sad I'm using the latest version of Mytab. where is "Extra CSS Attributes" and "tabbed.css"?
Go to Admin CP > Template & style > theme > your theme > tabbed.css

in tabbed.css go to sector > .tabcontent .

Add the following code

align: center;