[cXF] Sticky Postbit

[cXF] Sticky Postbit

XF 兼容性
  1. 2.2.x
  2. 2.3.x
摘要
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


代码:
/* [cXF] Sticky Postbit */
@media (min-width: @xf-responsiveMedium) {
    .message-user {
        position: -webkit-sticky;
        position: sticky;
        top: 37px...
您没有权限查看此资源的完整内容。 立即登录或注册。
作者
hargrave
浏览
283
首次发布
上次更新
评分 0.00 星 0 个评分
链接失效了吗? 发送消息 给 NP 团队,我们会尽快为您处理!
支持开发者 如果您对测试满意或项目已成功盈利,可点击「更多信息」按钮,通过购买来支持开发者!

来自 hargrave 的更多资源

Yoast 视频SEO插件 For WordPress H
确保你的视频出现在Google视频搜索结果中?
WooCommerce By WPExperts 货币转换器 H
将业务扩展到全球使用WooCommerce货币转换器
WooCommerce 条件性 物流 和 支付 H
使用条件逻辑控制支付网关、配送方式和配送国家/州。

相似的资源

[cXF] Change default FA node icon A
Would you like to change your default Font Awesome node icons like this?
顶部