PDA

View Full Version : How do I move 'Location:' from the right side to under the avatar?


ijob
02-03-2007, 07:56 AM
How do I move member info 'Location:********' from the right side to under the avatar?

Thanks

CyberAlien
02-03-2007, 09:05 AM
In postbit move this:<if condition="$post['field2']"><div>$vbphrase[location_perm]: $post[field2]</div></if>after this:<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>

ijob
02-03-2007, 09:47 AM
I have done that, thanks, spot on :up: :) however, the text is now larger than it once was. Check the attachment:

CyberAlien
02-03-2007, 09:53 AM
In that code you moved change <div> to <div class="smallfont">

ijob
02-03-2007, 09:57 AM
Done that, cheers :up: :D