[Resolved] Adjust Padding On One "Page"

Home Forums Support [Resolved] Adjust Padding On One "Page"

Home Forums Support Adjust Padding On One "Page"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #515218
    Mary Pearson

    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!

    #515274
    Tom
    Lead Developer
    Lead Developer

    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%;
    }
    #515753
    Mary Pearson

    Thanks Tom. That fixed it! Much appreciated!

    #516087
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.