MEC Calendar containers

Hi People -

I’ve got two questions:

  1. I’m trying to get the bar at the bottom of the main calendar/page container to disappear. It seems to have something to do with the containers and I seem to recall it being an easy fix, but can’t find it.

  2. On the individual event page, the map and info are going right up to the edges, so again a container issue. It may be that resolving the first issue will also fix the second and hopefully so!

Page address is: https://sosarizona.org/calendar-of-events/

Thanks!

Hi Mary,

Thanks for reaching out.

I can confirm his issue from your site. Please add this CSS to Theme Options > CSS as fix for those two issues.

.page-id-235 .x-site > .x-container.offset, .single-mec-events  {
marging: 0px !important;
}
.single-mec-events .x-site > .x-container.width {
width: 88% !important;
}

Here are some related links for further reading, this could help you finding and creating some CSS fixes:

Intro to CSS - https://goo.gl/mFuWQT
How to get CSS selectors - https://goo.gl/BmoH39
Get Started With Viewing And Changing CSS - https://goo.gl/7xFhDa

Thanks!

After I changed the typo in line two, it worked correctly. Thanks for the resources!

Glad we could help.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.