Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #997108

    Hi,

    For some reason my event calender isn’t working on mobile and on tablet (portrait) anymore. It works fine with other themes, though, and it worked fine with your theme before.

    Any ideas what to do?

    Best,
    m

    #997160

    Hey Malene,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 767px) {
      #tribe-events-content.tribe-events-list {
        width: 85vw;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #997164

    It worked perfectly. Thank you so much!

    Best,
    M

    #997298

    Hi Malene123,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.