MEC Events Description on mobile

How do I get some margin on the side of the description text on my mec events for mobile?

https://finallyhome.net/events/annual-breakfast-fundraiser/

Hello @bcoplin,

Thanks for posting in!

To resolve your issue and add some margins on the side of the descriptions in smaller screens, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

@media(max-width: 979px){
    .single-mec-events #main-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

Hope this helps. Kindly let us know.

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