Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
I have a css question please | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium I have a css question please

I have a css question please

Posted: May 31, 2013 at 4:08 pm

Viewing 2 reply threads


miranda rota

May 31, 2013 at 4:08 pm

I have 2 questions which I think are about css.

On the event pages, such as this one:

http://bridale-architectural-antiques.co.uk/yep_3/event-registration/?ee=6

1.  where the ‘Date, Start Time, End Time and Price’ are, the info for these does not align properly, the date and the price are indented.  How can I make all 4 line up?

2.  How can I make the gap (verticle) between Price and Registration Details bigger so there is more space between them?

Thank you for your time.

 


Josh

May 31, 2013 at 4:55 pm

Hi Miranda,

For #1 you can add this to your theme’s stylesheet:

.span_event_time_value:before {
 content:"\0000a0";
}

For #2 you could do something like:

#event-reg-form-groups {
margin-top: 20px;
}


miranda rota

June 3, 2013 at 6:05 am

Thank you so much – they both worked like a dream! :)

Viewing 2 reply threads

The support post ‘I have a css question please’ 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 - Staging Server