Problem here is that this will apply to ALL labels within ANY of those elements (which will likely not be what you expect) so we’ll need to get a little more specific than that. Using Chrome Dev tools we can see your custom questions are wrapped in a div with id ‘bca-questions-1389867068’ http://d.pr/i/18QH
So we can add that to our css selector to only target those questions.
#bca-questions-1389867068 label {
width: 300px;
}
Change 300px to any value you wish. Remember because we are being rather specific to were this applies, if you create another question group and need similar spacing you’ll need to do this again for that question group, or add that question group to this rule set too.
That all make sense?
Viewing 1 reply thread
The support post ‘Questions scrunched to the left of the 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.
Support forum for Event Espresso 3 and Event Espresso 4.