Log in

View Full Version : How to add space between profile tabs?


Narshelia
02-11-2012, 05:00 PM
Hi, I've been trying to add a space between each profile tab for ages now, but I never seem to get it right. ><

Example below, the arrows show where I want to put a space.

http://manajournal.com/storage/albums/userpics/10001/example.png

Can anyone help? :3

Luis
02-12-2012, 02:25 PM
mmmh not sure but i think u need find code about tabs and add &nbsp without space example (dog&nbspcat)

Narshelia
02-12-2012, 02:34 PM
I've tried that already, did not work out. All it did was mess up the order :/

RobbieZ
02-12-2012, 03:58 PM
How about instead of trying to create a space inbetween your modules try creating a space all around the module making a css border of maybe 1em.

Lynne
02-12-2012, 04:13 PM
How about something like:
dd.userprof_moduleinactive, dd.userprof_module {margin-right: 5px;}

Narshelia
02-12-2012, 07:28 PM
I love you Lynne, that worked like a charm. Thank you!