• Resolved somweb

    (@somweb)


    Hello community,
    First little problem with the calendar 🙂
    For look my problem :
    https://hastiere-tourisme.be/calendar.jpg.
    When we click to select the month or the day the bar is displayed below the block
    This text is a translation from French into English, excuse me 😉
    Thanks to who can help me

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor András Guseo

    (@aguseo)

    Hi @somweb

    Looks like your theme / framework overwrites the overflow property of all forms. That seems to be causing this.

    This little CSS snippet should solve it.

    #tribe-bar-form {
    	overflow: unset;
    }

    Let us know if that helps.

    Cheers,
    Andras

    Thread Starter somweb

    (@somweb)

    Yes 🙂
    Great thank you, it’s this little piece of code that I needed

    Thank you

    Plugin Contributor András Guseo

    (@aguseo)

    Perfect, happy to hear that helped!

    A.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘block that does not display correctly’ is closed to new replies.