Quote:
Originally Posted by animemike
Sorry mate i cant find this my skills in CCS sucks if you have time fancy showing me the bit i need to change
Cheers
|
The only way you can make the tabs central is by extending them the full width of your forums
you need to find this in the CSS
Code:
/*"""""""" (MAIN) Items""""""""*/
#qm0 a
{
padding:3px 60px 3px 3px;
margin:0px 60px 0px 0px;
background-color:transparent;
color:#aaaaaa;
font-family:Arial;
font-size:11px;
text-decoration:none;
border-width:0px 1px 0px 0px;
border-style:solid;
border-color:#aaaaaa;
and change the padding and margin (in Red) to a higher value.
The only problem you have then is that it will be set to your resolution, people with other screen resolutions will just see a mess, or the menu bars on two rows.
i did state before the reson its coded like it is, is that it will work in all resolutions and in All Browsers, Changing the above will create problems when viewing, thats why i don't recommend it.
Thanks