Guide for Luminate survey's css
Are there any resources that exist that break down the elements in a survey so that we can rebuild our style sheets? I'm running into issues where a ‘label’ style only works for certain labels and not others. A test survey is here > You can see that numbers 4, 5, 6, 7, 12, and 14 do not the same as the rest of the labels.
Comments
-
You must have made some changes, they all look pretty similar to me now.
I do notice that your labels break after the number in long labels like on row 4. That is due to this…
label { display: inline-block; }
…on line 36 of your forms style sheet. Try making that inline instead.
0 -
Do you mean adding it to a pagebuilder page? I tried that, but it's still breaking. That would be nice to fix if you have any other suggestions.
For my other issues, I had made some changes that were not fixes really but workarounds. I realized that after #4 there is a caption that reads as a question and numbers 5, 6, and 7 intended to be answers to this question (an unfortunate limitation within surveys). For the final survey I took out the numbers and unbolded. That made it passable.
0 -
What is it you are trying to change? I see some inconsistent margin issues between some questions. You could fix that with this line.
.mobile div.responsive div.form-content {
margin-bottom: 20px;
margin-right: 0;
margin-top: 0;
}
That .mobile selector isn't doing anything, and I'd remove it if it were me.
Do you use the Inspector in Dev Tools (F12)?0 -
Yes, I'm using the inspector in Chrome. I've tried your suggestion with and without the .mobile but have not been able to get that to work. .mobile appears in the inspector though it does not currently exist in the pagebuilder page nor the style sheet that I created for surveys. I'm having a hard time tracking these pieces down. It's very confusing. Hence my original plea for a toolkit or guide specific to survey wrappers. I hacked this one together using wrapper files from another toolkit for mobile donations.
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 211 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 940 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.7K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 120 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 37 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Grid View Batch
- 3 (Closed) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 796 Community News
- 3K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
