[cXF] Sticky Postbit

[cXF] Sticky Postbit

XF Compatibility
  1. 2.2.x
  2. 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:
cxf_sticky_postbit.gif


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.
Author
hargrave
Views
335
First release
Last update
Ratings 0.00 star(s) 0 ratings
Link was Broken? Send message to the Website Team and we will assist you quickly!
Support Developer If you are satisfied with the test or your project has earned you money, Click the More Information button to support the developer by purchasing.

More resources from hargrave

WP Cloud Plugins - Dropbox (Out-of-the-Box) H
Say hello to the most popular WordPress Dropbox plugin!
Execor – Accounting and Management Consulting WordPress Theme H
Welcome to Execor – A Modern Theme for Accounting and Management Consulting
Paypal Instant Checkout H
aypal Instant Checkout allows the current product to be checked out in 1 click.

Similar resources

Back
Top