PDA

View Full Version : How do i make this thinner?


SPEEDKILLZ
01-21-2014, 07:07 PM
The gap in between the navbar and the top of forums (in my case garage) how can i make it thinner (less gap)

Zachery
01-21-2014, 08:17 PM
Your share buttons are causing the problem. I'd either ignore it the gap and live with it. Or put them into a div and float it to the right.

SPEEDKILLZ
01-21-2014, 08:24 PM
How would i put them in a div?

Zachery
01-21-2014, 08:30 PM
Something like


<div style="float:right;"> yoursharecodehere</div>


I have no clue where your share code is, or what it looks like, or even if its an addon or not.

SPEEDKILLZ
01-21-2014, 08:40 PM
Something like


<div style="float:right;"> yoursharecodehere</div>


I have no clue where your share code is, or what it looks like, or even if its an addon or not.

Thank you Zachery, i can manually move by placing {vb:raw more_share_tng} in the area. So would you now how i could put in in my navbar on the right side?

Zachery
01-21-2014, 08:42 PM
Replace yoursharecodehere with {vb:raw more_share_tng}

SPEEDKILLZ
01-21-2014, 08:54 PM
got it. Thanks again