MyBB Community Forums
Do This? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Community Archive (https://community.mybb.com/forum-106.html)
+--- Forum: Archived Forums (https://community.mybb.com/forum-143.html)
+---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html)
+----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html)
+------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html)
+------ Thread: Do This? (/thread-150496.html)



Do This? - Whoaranki - 2014-01-29

I wanna give a space between these two images so that it looks normal, so how to do this cuz i can't find it on member templates Sad


RE: Do This? - effone - 2014-01-29

Which 2 images?


RE: Do This? - Whoaranki - 2014-01-29

Oh sorry lol i forgot to include the screenshot, sorry Toungue

Here it is http://prntscr.com/2nlkus


RE: Do This? - effone - 2014-01-29

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.


RE: Do This? - Whoaranki - 2014-01-29

OK and effone i've sent you a skype invite, accept it Toungue


RE: Do This? - effone - 2014-01-29

Sure buddy. But I didn't receive.
Make sure its:
demonate.effone


RE: Do This? - Whoaranki - 2014-01-29

OK, i think that guy whom i sent it was a copycat of yours that's why it was written effone 'Demonite' XD