Posted: August 19, 2013 at 4:39 am
|
There are spaces in front of many form items. spaces in front of 29 september 2014, 1 october…, EUR600.00…, text areas. I think it has to do with open space between 2 span classes. Where can I edit this. In wich template? Perhaps the spaces are needed in other places in the theme, but then there should be places in front of start time and end time also. Also a space is missing almost everywhere between EUR and payement ammount. thx, Juriaan
|
|
Hi, The file that controls that view is registration_page_display.php. If you wish to edit it, copy that and the registration_page.php file to wp-content/uploads/espresso/templates/ Alternatively, this snippet of CSS should resolve it. <pre class=”brush: css; gutter: true; first-line: 1; highlight: []; html-script: false”>.span_event_date_value, margin-left: -5px; } |
|
Please advise where to put the CSS code/snippet… I found out that the styling on one page is influenced by many css files. |
|
Hi, You can either add it to the bottom of your themes style.css file or use a separate plugin such as the excellent My Custom CSS http://wordpress.org/plugins/my-custom-css/ |
|
Did it but it does put the the whole line 5 pix to the left. I left out “<pre class=”brush: css; gutter: true; first-line: 1; highlight: []; html-script: false”>” in the CSS Also the problem is still there that the text fields (personal information – First name etc) are not in line Also Workshop buttons should all be in line with the text fields… Look at it with the css you provided. |
|
Sorry, must of mistyped it, try this .span_event_date_value, .event_price_value { margin-left: -5px; } For the radio buttons, try .event_espresso_form_wrapper ul li { margin-left: 0; } .event_espresso_form_wrapper ul { padding: 0; margin:0; } |
|
HI Dean, It was eassier to align with .span_event_time_value { .event_price_value { Thx for that. But the problem with the radio buttons is hard to solve. It would be nicest if it would like what I made in photoshop. There are 2 yellow lines in the jpg wich show what should be aligned. Also I created a Space between EURO and 600 in photoshop. Thx in advance |
|
|
|
Hi, Some CSS should sort that. .event_espresso_form_wrapper ul li { margin-left: 145px; } p.quest-group-descript{ padding:0 !important; } The Euro issue cannot be resolved currently. Going forward, 4.X will make it easier to structure pricing formats, so this should no longer be an issue. |
|
THX !!! Works perfect !!! pitty about the EURO issue. We wait till 4.x 😉 |
|
No problem! |
The support post ‘spaces in front of date and more places’ 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.