So is there a way for us to adjust our forums, as opposed to the MOD, so that this is centered and our forums do not require scrolling on any resolution monitor?
Quote:
Originally Posted by UKBusinessLive
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 
|