ogulcan

Customer
Hello why this code not working on my forum? Im using XenBase theme

Code:
/* Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
    .message-user {
        position: -webkit-sticky;
        position: sticky;
        top: 45px;

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

Top code changed many time but not helped me.

Thank you.
 
Hello, looking at your site, there's this CSS loading:

Code:
[data-template="ap_ss_user_style_settings_wrapper"] .ap-ss-postbitFilter, [data-template="conversation_view"] .ap-ss-postbitFilter, [data-template*="thread_view"] .ap-ss-postbitFilter {
    padding: 10px;
    max-width: 1280px;
    height: 100%;
}

The height 100% would not allow the sticky to work.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back