Problem, the various pages for the events booking and output are not formatting well. New user. The page margins left and right need padding and I can not seem to get the font size consistent with rest of the page.
I saw a comment that says add additional CSS to master page like this
” #ee-single-page-checkout-dv { background-color: #fff; padding: 30px; padding:3rem;}”
I get this.
But where do I find the code like ” #ee-single-page-checkout-dv” – I have hunted around and do not understand what this is or how to find it. My site is multi-site (https://psytribe.co.uk/events/elsa-training-wilmslow-a1/)
But where do I find the code like ” #ee-single-page-checkout-dv” – I have hunted around and do not understand what this is or how to find it.
#ee-single-page-checkout-dv is the ID of the checkout DIV so you would need to view the page source for each page and find an element you can target, this isn’t really a recommended method if you are unfamiliar with it.
The formatting is controlled by your theme, the above pages you listed are ‘standard’ WP pages with a shortcode so you may be able to change the template used to display them.
With your theme, you should have a ‘landing page’ template that you can set on the pages to load them in a container. Go to Event Espresso -> General Settings -> Critical pages.
For each of the critical pages, click the edit button and view the ‘template’ section.
The support post ‘Registration Checkout, Thank you, Cancel return and checkout Pages Formating’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.