Quote:
Originally Posted by brvheart
I hear ya, I just like the looks of these better is all - I guess that I will uninstall this one and use the others :-/
|
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.
Sorry its not working right for you brvheart, but i did do this so its workable over all platforms
Thanks