vForums Support > Programming & Coding :: Code Requests & Support :: > [F] Remove Gap Below Welcome Table

[F] Remove Gap Below Welcome Table - Posted By XeroCint (kai) on 2nd Jan 08 at 5:55pm
is there a way to remove the gap between the welcome table and that very first bar?

Re: Remove Gap Below Welcome Table - Posted By Dreg[Bot] (dregondrahl) on 2nd Jan 08 at 6:27pm
try this

<style type="text/css">
<!--
#user_table {
     margin-top: -16px;
}
-->
</style>

Re: Remove Gap Below Welcome Table - Posted By XeroCint (kai) on 2nd Jan 08 at 6:37pm
thanks it worked {Smile}

Re: Remove Gap Below Welcome Table - Posted By Dreg[Bot] (dregondrahl) on 2nd Jan 08 at 6:38pm
Smiley