Quote:
Originally Posted by merk_aus
hey does this work with vbcredits yet? Like where you have vbux it shows vbcredits instead?
|
I'll try to have something up for that by this weekend.
Quote:
Originally Posted by atmaca
|
That is quite a little monitor you have there, may be time for and upgrade. The profile is at a set width so that is what is causing your problem.
If you want to fix it, just edit the css to have the tables smaller. Just note that the 3 tables in the middle only have so much room that they can smooch together.
Edit this line in the css that you add:
#ecmemberinfo {width:975px;margin: 0 auto;}
Fix the width to what ever you'd like.
Uncompressed version:
#ecmemberinfo {
width: 975px;
margin: 0 auto;
}