Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years ago Do This?
#4
Solved: 11 Years ago
In member_profile template; find this:

{$buddy_options}

and make it:

<span id="buddy_options">{$buddy_options}</span>

Now open your global.css and add at the end:

#buddy_options a {
	display: block;
	margin-top: 20px;
}

Or more specifically:

#buddy_options a {
	display: block;
}
#buddy_options > a:nth-child(3), #buddy_options > a:nth-child(4){
	margin-top: 20px;
}
Change the px value of margin-top as you need.
Jump to the post that solved this thread.


Messages In This Thread
Do This? - by Whoaranki - 2014-01-29, 12:07 PM
RE: Do This? - by effone - 2014-01-29, 12:09 PM
RE: Do This? - by Whoaranki - 2014-01-29, 12:15 PM
RE: Do This? - by effone - 2014-01-29, 12:34 PM
RE: Do This? - by Whoaranki - 2014-01-29, 12:48 PM
RE: Do This? - by effone - 2014-01-29, 12:50 PM
RE: Do This? - by Whoaranki - 2014-01-29, 02:55 PM

Forum Jump:


Users browsing this thread: 7 Guest(s)