Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #181467
    rlshaw
    Member
    Post count: 47

    Hi, when i scroll up the audio player plugin I’m using overlays the top menu bar (url provided). Is there an easy fix in Dante to keep the menu bar on top?

    #181493
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .wrap-mjp, .wrap-mjp * {
      z-index: 1;
    }

    – Kyle

    #181552
    rlshaw
    Member
    Post count: 47

    Thanks! That did the trick!

    #181556
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem.Thanks Kyle
    -Rui

    #181585
    rlshaw
    Member
    Post count: 47

    Whoops. Thought that did the trick but it results in elements of the mp3 player now being hidden (like the play and download buttons).

    #181603
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Replace the previous code by this one

    
    .wrap-mjp, .wrap-mjp *, div.innerx {
      z-index: 1!important;
    }

    -Rui

    #181606
    rlshaw
    Member
    Post count: 47
    This reply has been marked as private.
    #181626
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    That is caused by this custom css.

    
    h4.spb-heading, h3.spb-heading, h4.lined-heading {
      line-height: 0!important;
    

    -Rui

    #181634
    rlshaw
    Member
    Post count: 47
    This reply has been marked as private.
    #181694
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    You are right. Sorry.
    Add this one.

    
    h4.spb-heading span, h3.spb-heading span, h4.lined-heading span {
      line-height: 3px!important;
    }

    -Rui

    #181878
    rlshaw
    Member
    Post count: 47

    that fixed it. Thanks. All resolved…

    #181884
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Rui

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

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

License required for one of the following items
Login and Registration Log in · Register