New Landing How can we help? Themeforest Theme Support Uplift Sticky Mobile Top Bar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Uplift
  • #322857
    Taffy
    Member
    Post count: 261

    Dear Support Team,

    We require the Mobile Top Bar to be sticky. See screenshot.

    Please let us know how to make this possible.

    Cheers,

    Mark

    Attachments:
    You must be logged in to view attached files.
    #322868
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Using the theme’s functionalities that’s not possible. Will forward to the development team to see if there is any workaround.

    -Rui

    #322948
    Taffy
    Member
    Post count: 261

    That would be greatly appreciated.

    Please let me know ASAP.

    Thanks,

    Mark

    #323224
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Mark,

    Can you enable this on the site. This should do it:

    
    @media only screen and (max-width: 991px) {
    #top-bar-sticky-wrapper, 
    #top-bar.sticky-top-bar {
        display: block !important;
    }
    }
    #323261
    Taffy
    Member
    Post count: 261

    This did not work.

    Top bar disappears upon scrolling.

    See attached.

    Attachments:
    You must be logged in to view attached files.
    #323433
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi Mark,

    Please replace with this CSS, this will sort it:

    #mobile-top-text {
    position: fixed;
    top: 0!important;
    width: 100%;
    }
    #mobile-header-sticky-wrapper {
    top: 52px!important;
    }
    @media only screen and (max-width: 991px) {
    #container {
    padding-top: 127px;
    }
    }

    Let me know!

    – Ed

    #323440
    Taffy
    Member
    Post count: 261

    Hi Ed,

    Thanks for trying, but the CSS didn’t work.

    See screen-shots.

    IMG_5177 – Extra padding at top???
    IMG_5178 – Mobiel top still disappears

    I’ve left the CSS in place.

    Cheers,

    Mark

    Attachments:
    You must be logged in to view attached files.
    #323443
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Apologies, copied incorrectly:

    #mobile-top-text {
    position: fixed!important;
    top: 0!important;
    width: 100%;
    }
    #mobile-header-sticky-wrapper {
        position: fixed!important;
        width: 100%;
        top: 52px!important;
        z-index: 999;
    }
    #mobile-header-sticky-wrapper > header {
        position: relative!important;
    }
    @media only screen and (max-width: 991px) {
    #container {
    padding-top: 127px;
    }
    }

    – Ed

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register