David
April 8, 2014 at 3:12 am
When i add multiple event prices i then get a drop down box in the event entry form
However it has 23 chars and then you cannot see the price – you can when you drop it down but not when selected
Eg i have
UKA Affialated Runners at £9.00
Non Affiliated Runners at £12.00
Its shows as
UKA Afflialated Runner (
ANy way to have more characters here for the option box ??
Dean
April 8, 2014 at 3:41 am
Add New Note to this Reply
Hi,
It sounds more like a CSS issue than a character amount issue (screen shot http://take.ms/sS7PQ ).
Can you provide a link to the event registration page?
David
April 8, 2014 at 3:53 am
Add New Note to this Reply
http://fishbourneflatfive.co.uk/?page_id=347®event_action=register&event_id=1
Lorenzo Orlando Caum
April 8, 2014 at 4:37 am
Add New Note to this Reply
Could you go ahead and add the additional characters and then update this support post?
—
Lorenzo
David
April 8, 2014 at 4:39 am
Add New Note to this Reply
Its is – I have already
The price is dropped off the end of the selection box -At least thats how it views at my end in FF and safari
Dean
April 8, 2014 at 4:43 am
Add New Note to this Reply
Hi,
You could add the follwoing to your themes style.css or to a plugin such as My Custom CSS
.event_prices select {
width: 300px;
}
You may need to tweak the number a little to get it right.
Lorenzo Orlando Caum
April 8, 2014 at 4:46 am
Add New Note to this Reply
It looks okay in Chrome but I could see the issue in Firefox.
This is causing it:
.event_prices select {
width: 200px;
}
Could you increase the width and then add that CSS to a plugin like My Custom CSS?
—
Lorenzo
David
April 8, 2014 at 4:51 am
Add New Note to this Reply
Thanks i added the 300px css and its now fine in FF
Used the Custom CSS page in Suffusions theme