I am using your How to make the Green Online icon "Glow" using Pure CSS
(https://vbmods.rocks/forum/vbulletin...using-pure-css)
I want to move the icon to the upper right. By upper right, I mean in the top upper right corner:

Is this doable?
I'm aware of your Move the Online Icon Under the Avatar on Postbit
(https://vbmods.rocks/forum/vbulletin...tar-on-postbit)
But that doesn't work well for us; we don't use your round avatar MOD.
Ignore this. I figured it out.
I added the CSS code in your Move the Online Icon Under the Avatar on Postbit, then adjusted the left and top values. The code I'm using:
And the result:
(https://vbmods.rocks/forum/vbulletin...using-pure-css)
I want to move the icon to the upper right. By upper right, I mean in the top upper right corner:
Is this doable?
I'm aware of your Move the Online Icon Under the Avatar on Postbit
(https://vbmods.rocks/forum/vbulletin...tar-on-postbit)
But that doesn't work well for us; we don't use your round avatar MOD.
Ignore this. I figured it out.
I added the CSS code in your Move the Online Icon Under the Avatar on Postbit, then adjusted the left and top values. The code I'm using:
Code:
/* Move Move the Online Icon Under the Avatar on Postbit - START */
.l-desktop .b-userinfo__icons {
position: absolute;
left: 129px;
top: 12px;
}
/* Move the Online Icon Under the Avatar on Postbit - END */
And the result:



Comment