PDA

View Full Version : Gap between Rank and Avatar


matthew1111
07-27-2011, 04:39 AM
Hope this helps other people out when it gets solved :P

So here's a screenie:
https://vborg.vbsupport.ru/external/2011/07/10.png

I'd like there to be a gap between the rank and the avatar, not just all right next to each other. Also, I'd like to put a gap between ranks. When they stack, they are right on top of each other, with no space in between.

Thanks for any help!

CouponWCents
07-28-2011, 07:51 PM
I would do </br> between them. Add more if you want more space ;)

archet1337
07-28-2011, 09:43 PM
Add this before or after each of the elements you want to separate. Adjust the height as needed.

<div style="height: 5px"></div>

rughis
07-28-2011, 10:30 PM
Add this before or after each of the elements you want to separate. Adjust the height as needed.

<div style="height: 5px"></div>

Thank you archet :)