B Balegar New Member Oct 2, 2008 #1 How i can make empty space betwen vbexperience and flag etc in postbit_legacy thanks
I Itsuki Minami New Member Oct 2, 2008 #2 well maybe if you put a <br /> but it would be better if you post your postbit legacy template so we can help you
well maybe if you put a <br /> but it would be better if you post your postbit legacy template so we can help you
C chaotic_geo New Member Oct 2, 2008 #3 I recommended adding this to your CSS Code: .spacer { padding:5px 0px 5px 0px; } Then just add HTML: <div class="spacer"></div> in between your icons. Will add a 5pixel gap, and you can obviously adjust it with how much you want (Just change both the 5's to a 1 for 1 pixel, etc).
I recommended adding this to your CSS Code: .spacer { padding:5px 0px 5px 0px; } Then just add HTML: <div class="spacer"></div> in between your icons. Will add a 5pixel gap, and you can obviously adjust it with how much you want (Just change both the 5's to a 1 for 1 pixel, etc).
B Balegar New Member Oct 3, 2008 #5 Thanks everybody for help. This combination is working. Code: .spacer { padding:5px 0; } HTML: <div class="spacer"></div>
Thanks everybody for help. This combination is working. Code: .spacer { padding:5px 0; } HTML: <div class="spacer"></div>