Support

Home Forums Event Espresso Premium lay-out registration page

lay-out registration page

Posted: March 13, 2014 at 3:57 am

Viewing 7 reply threads


Gijsbert Vandeweerdt

March 13, 2014 at 3:57 am

Hello,

I would like the registration page look cleaner between the facebook like button and the ‘adres’ string.

http://www.sintjansberg.be/event-registration/?ee=1

It want it to look like this:

Starttijd: 19:30
Eindtijd: 21:30
Datum: 25/03/2014

How do I have to improve it?

Also, I would like to display a google map right of the address info. How do I do that?

I’m not familiar with css/php but I can use ftp and learn.

Thanks
G


Tony

  • Support Staff

March 13, 2014 at 4:57 am

Hi G,

I have taken a look at the site and it is the sites theme that is breaking the layout.

Using Chrome Dev tools I removed these rules:

http://take.ms/Zjozh
All from the same file within the theme (customizr/inc/css/green.css)
There’s also more after these

The result is this layout:
http://take.ms/j26Sp

There are multiple ways to work around this, however it is likely you will run into these kinds of issues in multiple areas as the theme is using very ‘loose’ selectors (basically they select ANY span/label on the site and apply multiple rules to those) as this is an issue with theme, I would recommend contacting the author for a recommended solution.


Gijsbert Vandeweerdt

March 13, 2014 at 10:06 am

Okay, thanks.


Tony

  • Support Staff

March 13, 2014 at 4:29 pm

Hi Gijsbert,

I had a re-think about this and you can override the themes rules for those specific issues, however as mentioned the theme uses very loose selectors which may result in many of these situations.

I’ve spent a little time overriding the CSS causing your issues, if you install a plugin such My Custom CSS and then within there add this CSS:

#event_espresso_registration_form [class*="span"] {
display: inline-block;
width: 150px;
margin: 0;
float: none;
min-height: 0;
}

#event_espresso_registration_form .span_event_date_value {
width: auto;
}

That should bring the layout back to normal (http://take.ms/lTovo) if not just let me know so I can re-check and add any extra styling you may require.


Gijsbert Vandeweerdt

March 14, 2014 at 1:26 am

Hi Tony, thank you so much. It actually works.
http://bit.ly/1cZCjw0

The only thing I would like to change is the space, like all the same after the red line. I think this is a minor tweak.

Also, a space between EUR and the actual amount would also be better, although that might be another thing (not css?)

Thanks!


Gijsbert Vandeweerdt

March 14, 2014 at 1:27 am

Also discovered monosnap, great tool 🙂


Dean

March 14, 2014 at 5:11 am

Hi,

The space between the red line is likely just this:

.event_price_value {
margin-left: -10px;
}

The space between EUR and the amount isn’t possible in EE3 ( EE4 allows this via options).

And yes, since Droplr went premium only, Monosnap is an excellent replacement.


Gijsbert Vandeweerdt

March 14, 2014 at 7:30 am

ok, solved, thank you guys.

Viewing 7 reply threads

The support post ‘lay-out registration page’ 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