MyBB Community Forums

Full Version: Groupimage to label text | Image Position
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!



Could someone help me with the Groupimage to label text plugin?



What i need to do is to change the position of the image"Gold Member" showbox.bio/ tutuapp.uno/ under the "CS Contributor" title.



I think the plugin file needs a modification here and i'm not good with that.



Kindly help me.



Here is the link to the plugin:



https://github.com/inferno211/Groupimage-to-label-text

[Image: attachment.php?thumbnail=42524]   
Goto Themes, edit Global.css file and change:

.profile-rank {
display: inline-block;
}

to

.profile-rank {
display: block;
}

save changes.

if you do not see the change after doing this.
you may need to clear cache to see changes.