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
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! 😉
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
http://test.vcwaterland.nl/beach/
-
This reply was modified 7 years, 2 months ago by
jesse120502.
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
Hey again,
This thread has been quiet for awhile so I’ll mark it resolved. Let me know if you need anything else!
– Craig