Support

Home Forums Event Espresso Premium CSS for event displaying

CSS for event displaying

Posted: November 26, 2013 at 4:04 pm

Viewing 3 reply threads


Fabienne Egli

November 26, 2013 at 4:04 pm

Hi there
How can it be that the “register-link-footer” looks different. Here my site:
http://joujoulicious.ch/babys/kursangebote/
http://joujoulicious.ch/babys/
The buttons should look like here: http://joujoulicious.ch/babys/event-registration/?regevent_action=register&event_id=23
How can I change this?
Thank you for your help!


Fabienne Egli

November 26, 2013 at 4:07 pm

And one more questions. Is it possible to wrap the whole event information in one border?
Here an example: http://joujoulicious.ch/babys/
At the moment the meta datas don’t have a border.
How can I fix this?


Fabienne Egli

November 26, 2013 at 4:54 pm

And please let me know in which CSS file I can move the TEXTAREA field:
http://joujoulicious.ch/babys/event-registration/?ee=23
Thx!


Dean

November 27, 2013 at 3:15 am

Hi,

“How can it be that the “register-link-footer” looks different.”

One is a form input button, and one is a link and your theme is styling them differently.

You would need to modify the CSS of one of them to get a matching fit.

“At the moment the meta datas don’t have a border.”

The custom Themeroller you are using styles the .ui-widget-content class, but not the .ui-widget-header class, you would need to either add the css to add a buoirder to .ui-widget-header in your themes stylöe.css or modify the custom Themeroller you are using.

“And please let me know in which CSS file I can move the TEXTAREA field:”

Your theme is adding a margin:auto rule to the text area, this CSS should resolve it

.event_form_field textarea {
margin: 0;
display: block;
}
Viewing 3 reply threads

The support post ‘CSS for event displaying’ 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