• Resolved Barcelo

    (@barcelo)


    Hi there,

    I figured out that there is a class “tribe-events-day” added to the site body element having a padding of 0 15px which causes some site view problems of course.

    It is defined in tribe-events-full.css in line 1003:

    .tribe-events-day {
    	padding: 0 15px;
    }

    I guess this (maybe) should be:

    #tribe-events-content .tribe-events-day {
    	padding: 0 15px;
    }

    Or am I wrong?
    If I’m right, it would be nice to have this fixed in the next update.

    Regards
    Barcelo

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there Barcelo,

    Thanks for the heads-up on this! I’ve reviewed this with one of our front-end developers and she agrees on the issue. I’ve created a bug report for us to fix this, hopefully in next maintenance release coming up in a couple of weeks (although it might not make it).

    Thanks again for the report,
    Best,
    Nico

    Hey,

    Just wanted to share with you that a new maintenance release (for the Week of 12th June 2017) is out, including a fix for this issue 🙂

    Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-12th-june-2017/

    Please update the plugins and let us know if the fix works for your site,
    Best,
    Nico

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS (bug) in tribe-events-full.css’ is closed to new replies.