Posted: 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 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 |
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 The result is this layout: 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. |
|
|
Okay, thanks. |
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. |
|
|
Hi Tony, thank you so much. It actually works. 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! |
|
Also discovered monosnap, great tool 🙂 |
|
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. |
|
ok, solved, thank you guys. |
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.