PRO: Tribe Events Calendar single event page margins problem

Hi there,
I´m trying to make Tribe Events Calendar single page layout respect the left and right margins of PRO theme’s single page fullwidth and boxed layout.
The big div container tribe-events-content has zero left and right margins so the content touches the edge of the page. PRO page has a big x-container div…
Here’s an example:

Hi,

To add some space you can add this in Theme Options > CSS

#tribe-events-pg-template, .tribe-events-pg-template {
    padding: 30px;
}

Hope that helps.

Very good. Many thanks.

You’re welcome.

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