- XF Compatibility
- 2.2.x
- 2.3.x
- Short Description
- Enhance your profile with a sticky postbit using custom CSS. Adjust the top value for perfect positioning. Perfect for forums and social media platforms.
To have a sticky postbit like this:
Code:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
.message-user {
position: -webkit-sticky;
position: sticky;
top: 37px...
You do not have permission to view the full content of this resource.
Log in or register now.