• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

[cXF] Sticky Postbit

[cXF] Sticky Postbit

Admin

Well-Known Member
Staff member
Administrator
Admin submitted a new resource:

[cXF] Sticky Postbit - DIY simple sticky postbit

To have a sticky postbit like this:

View attachment 1241


Add this code to your extra.less template:
Less:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
.message-user {
position: -webkit-sticky;
position: sticky;
top: 37px;

.message-userArrow {
right: -11px;
}
}
}
/**********/

Adjust the top value to suit your needs.

Read more about this resource...
 

Facebook Comments

New posts New threads New resources

Back
Top