The online icon appears at the bottom of postbit. In a long post, this icon is not visible that you have to scroll down to see if the user is online or not. This icon should be positioned closer to the avatar.
To move the online icon under the avatar as shown in the above screenshot, put this custom CSS in css_additional.css template:
Adjust the left and top values as needed. The values used are based on the default style. You may need to tweak them if you have a customized style/theme.
To move the online icon under the avatar as shown in the above screenshot, put this custom CSS in css_additional.css template:
Code:
.l-desktop .b-userinfo__icons { position: absolute; left: 109px; top: 92px; }
Comment