Support

Home Forums Event Espresso Premium single event page and registration button

single event page and registration button

Posted: November 14, 2012 at 9:36 am


Neil Heird

November 14, 2012 at 9:36 am

hello again. I have 2 questions here:

  1. what’s the easiest way to adjust the layout display of the single event page?

the event description seems to run full width, but the DATE info is not left aligned like other info, and seems to use left sided indent / margin / padding. I would like to format this info like the others to make it look more uniform.

link: http://mindsparkconsulting.com/clients/c3/event-information/?regevent_action=register&event_id=1

*or you can visit http://mindsparkconsulting.com/clients/c3/events/ and then click on the only event in this mockup

  1. at the bottom of the EE registration form, the REGISTER button appears as a text hyperlink. How can I make this a custom button. As it is now, it really doesn’t stand out and I would like to make it more visible.

thanks!


Dean

November 14, 2012 at 2:05 pm

Hi Neil,

1) Some CSS in the themes style.css will sort it:

.span_event_time_label,
.span_event_date_label {
text-align:left;
}

Note 2 things, one this will get overwritten when you update the them so copy it somewhere, 2 you may need to put text-align:left !important; if it doesnt work first time round, though it should.

2) Again, CSS to the rescue. You can use:

.a_register_link {}

And you can use a site such as http://www.cssbuttongenerator.com/ to visually generate the css for you (dont forget to alter the class names)

The support post ‘single event page and registration button’ 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.

Event Espresso