Greetings,
One of my client’s sites just updated to the newer X theme and we’ve had a few styling issues, which I expected.
However, one of them I have not been able to resolve, and I think it has something to do with flex
, which I know nothing about. On this page (http://fallsbaptist.org/series/new-life-meetings-2017/), when the window is 767px or less, my .mejs-time-rail
div is not changing width and is therefore overlapping with my buttons, which looks very ugly.
I have a @media
query that tells the .mejs-time-rail
to change to width: calc(100% - 180px) !important;
However, when I change this, nothing happens at all. Any idea what’s going on?