Hey there Goku!
You remember me changed the forum width... Then you got another issue!
Check out the sub menu... The text doesn't fit anymore!
Search for...
and replace it with...
You remember me changed the forum width... Then you got another issue!
Check out the sub menu... The text doesn't fit anymore!
- Code:
http://i162.photobucket.com/albums/t254/green-cow/2009-03-2421-34-19.jpg
Search for...
- Code:
#submenu ul li a {
margin:0.5em 1em 0.65em 0;
padding:0.5em 1em 0.65em 0;
text-decoration:none;
}
and replace it with...
- Code:
#submenu ul li a {
margin:0.5em 0.5em 0.65em 0;
padding:0.5em 0.5em 0.65em 0;
text-decoration:none;
}