Site logo

Archived topic

Adjust Padding On One "Page"

3 replies · Started by Mary Pearson on March 8, 2018

Viewing posts 1–4 of 4

I have my left and right padding set to 30px. On my Calendar page https://christiangays.com/events/ the right side is showing 40 or 50 px padding.

I'd like it to match the left side but not sure how to do it since this "page" is not really a page with an ID. It is just the URL for "events".

Can you tell me please how I fix the padding on the right side of the page.

Thank you!

Hi there,

Tribe Events is adding this CSS for some reason:

.events-archive .entry-content, .events-archive .entry-header {
    width: 98%;
}

Try adding this CSS:

.events-archive .entry-content, .events-archive .entry-header {
    width: 100%;
}

Thanks Tom. That fixed it! Much appreciated!

You're welcome :)

This archived topic is closed to new replies.