During registration a specific email will be required. Only gmail.com.
Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Support.
Cố định thông tin thành viên trong bài viết

Cố định thông tin thành viên trong bài viết

Meta

Admin
Reputation: 100%
Joined
Nov 1, 2020
Messages
300
Reaction score
37
iCoin
25,657 K
Phiên bản XF hỗ trợ
XF 2.2; 2.3

[cXF] Sticky Postbit​

To have a sticky postbit like this:
Cố định thông tin thành viên trong bài viết-1.webp


sẽ minh họa bằng hình ảnh bên dưới

Cố định thông tin thành viên trong bài viết-2.gif



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

        .message-userArrow {
            right: -11px;
        }
    }
}
/**********/
 
Last edited:
Back
Top Bottom