MyBB Community Forums

Full Version: Shows Avatar on Threads and forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I am using a Plugin but It's not working perfectly. It's the "Shows Avatar on Threads and forums" Plugin.
I really need help with this issue. http://prntscr.com/8ed5vy
If anyone has any fix for this then please tell me. Thanks
Can we have your forum url?
(2015-09-09, 01:43 PM)Sazze Wrote: [ -> ]Can we have your forum url?

sacgrpg.cf
(2015-09-09, 01:45 PM)Each Wrote: [ -> ]
(2015-09-09, 01:43 PM)Sazze Wrote: [ -> ]Can we have your forum url?

sacgrpg.cf

Could you give me a test account, please?
............................
Find

.avatarep_fd{
	margin-left: -5px;
	margin-top: -40px;
	position: relative;
	float: left;
	padding: 0 5px;
}

and replace it with this

.avatarep_fd {
    margin-left: -55px;
    margin-top: -15px;
    position: relative;
    float: right;
    padding: 0 5px;
}

Preview:

[Image: yO1O7o5.png]
(2015-09-09, 01:58 PM)Sazze Wrote: [ -> ]Find

.avatarep_fd{
	margin-left: -5px;
	margin-top: -40px;
	position: relative;
	float: left;
	padding: 0 5px;
}

and replace it with this

.avatarep_fd {
    margin-left: -55px;
    margin-top: -15px;
    position: relative;
    float: right;
    padding: 0 5px;
}

Preview:

[Image: yO1O7o5.png]

Thanks, I wanted the exact numbers Big Grin
at least you could give the theme developer the credits for it....