Hello folks from ForoActivo.
I just installed the tutorial of https://help.forumotion.com/t133635-display-the-avatar-of-a-member-on-the-toolbar and I want to place the avatar outside the fa-menu or fa-welcome.
Let the avatar be outside, and where it says Luciano be normal, leaving the avatar out. I tried to modify the js and some css but I couldn't achieve anything.
I leave the code and the css just in case, if you help me by modifying here.
I hope you can help me, and nothing. Best regards to all :well:
I just installed the tutorial of https://help.forumotion.com/t133635-display-the-avatar-of-a-member-on-the-toolbar and I want to place the avatar outside the fa-menu or fa-welcome.
Let the avatar be outside, and where it says Luciano be normal, leaving the avatar out. I tried to modify the js and some css but I couldn't achieve anything.
I leave the code and the css just in case, if you help me by modifying here.
- Code:
.fa_avatar img {
width:25px;
height:25px;
margin-right:5px;
margin-bottom:-6px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
- Code:
$(function(){$(function(){$('#fa_welcome').prepend('<span class="fa_avatar">'+_userdata.avatar+'</span>')})});
I hope you can help me, and nothing. Best regards to all :well: