New Landing How can we help? Themeforest Theme Support Dante Slider Rev not working with floating menu header on Mobile/ Tablet

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #292362
    OllieOdy86
    Member
    Post count: 18

    I’ve setup a video slider on my homepage (using slider revolution) in conjunction with a floating menu.

    On desktop (see ‘desktop’ screenshot attached) this works fine however on tablet & mobile (see attached images ‘mobile’ & ‘tablet’) a solid colour block appears around the outside of the menu.

    How do I get the video to fill this space so the menu floats on the menu?

    Many thanks

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

    Hi @OllieOdy86

    You can add this css to resolve that:

    #container > .sticky-wrapper {
    position: fixed;
    z-index: 11;
    }
    @media only screen and (max-width: 767px) {
    #header-section.header-5 {
    margin-top: 0;
    }
    }
    

    I added this for you. Hope that helps.

    – Ed

    #292558
    OllieOdy86
    Member
    Post count: 18

    Perfect.

    Thanks Ed, great support!

    #292595
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Great thanks to Ed.
    Mohammad

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

You must be logged in to reply to this topic.