VIEW AS MONTH BOX and EVENTS IN DATE BOX over lapping my menu

Home Forums Calendar Products Events Calendar PRO VIEW AS MONTH BOX and EVENTS IN DATE BOX over lapping my menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #97712
    createagogo
    Participant

    on this page http://createagogo.com/?post_type=tribe_events the box on the calendar that says “VIEW AS MONTH” and the box that says “EVENTS IN” are both in the FOREGROUND in front of my drop down menu. They should be behind it.

    #97791
    createagogo
    Participant

    I notice now I should have posted this in “The Events Calendar PRO”

    #97913
    Brook
    Participant

    Howdy creatagogo,

    I think the following code should fix things up nicely.

    body .tribe-bar-disabled {
    z-index: 1;
    }

    That will tuck those elements behind your nav’s z-index. Please let me know if it works. Thanks!

    – Brook

    #97929
    createagogo
    Participant

    Thank you! Forgive me but I’m not sure where to put that code. I only see how to get to the HTML in the individual page views. Thank you for any help.

    #98059
    Brook
    Participant

    Oh no problem! I should have elaborated. That code is CSS. You can insert it into your theme’s CSS file, located here. Or, since you do not appear to have created a child theme it might be an even better idea to go to WP Admin > Events > Settings, click on the Display tab, scroll down to the ‘Add HTML before event content’ box, make sure you have clicked on the ‘Text’ tab in the box not the ‘Visual’ one, then paste the following into that box.

    <style type="text/css">
    body .tribe-bar-disabled {
    z-index: 1;
    }
    </style>

    Does that make sense? Did it resolve your issue?

    – Brook

    #98166
    createagogo
    Participant

    Perfect! Great directions. That worked. Thank you very much.

    #99040
    Brook
    Participant

    Awesome! Great to hear. You are welcome.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘VIEW AS MONTH BOX and EVENTS IN DATE BOX over lapping my menu’ is closed to new replies.