• Resolved jbryoon

    (@jbryoon)


    When viewing this and other event pages on tablet or mobile (portrait mode), the width of the event content (featured image, title, description, etc.) is always larger than the width of the header. It seems the post body is set to a different width than the header and footer. How can I make sure the content of the post is within the normal width of the page? I have tried changing the container width to container and full in the default template, but it makes no difference.

    • This topic was modified 2 days, 16 hours ago by jbryoon.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jbryoon

    (@jbryoon)

    Fixed!
    .evge-single-event-content-wrapper {
    margin: 0 auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
    }

    • This reply was modified 2 days, 15 hours ago by jbryoon.
    Plugin Support Craig Schlegel

    (@craigmschlegel)

    I’m glad you found a fix! This can be fixed with a change to the plugin as well. You might not need that snippet after the next update.

    Let me know if you need any more help.

    Thanks,

    Craig

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.