• Resolved jesse120502

    (@jesse120502)


    Hi!

    Thanks for this great plugin!
    I have 1 question! Is it possible to move all the objects in the eventpage from the left side to the middle of the page?

    Thank!

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author roundupwp

    (@roundupwp)

    Hey jesse120502,

    Sure! Add the following to the “Custom CSS” area on the “Form” tab for Registrations:

    .rtec {
        margin: auto;
    }
    .tribe-events-cal-links {
        text-align: center;
    }
    .single-tribe_events .content-area {
        float: none;
        margin: auto;
    }

    Let me know if you have more questions!

    Thanks,

    Craig

    Thread Starter jesse120502

    (@jesse120502)

    Thanks for helping me man!

    Is this also possible for the page where you can see all comming events?
    And is it possible to bring the event information with the date and location above the form?

    Thanks for helping me! ??

    Thread Starter jesse120502

    (@jesse120502)

    And is it possible to delete the 1. before the event in the widget and delet the space between the event and the date?
    Here is the page where you can see the 1. and the date

    https://test.vcwaterland.nl/beach/

    • This reply was modified 5 years, 11 months ago by jesse120502.
    Plugin Author roundupwp

    (@roundupwp)

    Hey jesse120502,

    Glad the first change works for you! Some of these changes are more for the events calendar plugin than the registrations plugin but I can help you out a bit. Here is the CSS to remove the numbers in your events list:

    .tribe-list-widget {
        list-style-type: none;
    }

    And to center the list of events on test.vcwaterland.nl/events:

    .tribe-events-style-full .content-area {
        float: none;
        margin: auto;
        padding-right: 0;
    }

    To make changes to the single event template, you can either use the Gutenberg block editor (enabled using the “Settings” page under “Events”) or you can use a custom single-events.php file in your theme: https://support.theeventscalendar.com/153124-Themers-Guide

    Hopefully that helps!

    – Craig

    Plugin Author roundupwp

    (@roundupwp)

    Hey again,

    This thread has been quiet for awhile so I’ll mark it resolved. Let me know if you need anything else!

    – Craig

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move the event page’ is closed to new replies.