I can't get information to look right when published.


Answers
-
Hi @Stefanie Baldwin We have an instructor user who is experiencing the same issues with the Daylight HTML template, where we provided them with the tips above but the line spacing that the user has implemented in the HTML text editor (which displays as expected - 1) disappears in regular view/preview (2):
They're wondering what method to suggest for them to use to indent the first line of a paragraph to create more visual structure/whitespace (without indenting the whole paragraph, which is what the indent button does)?
Thanks in advance!
Jamie
-
Hi @Stefanie Baldwin , can you tell me where I would adjust the paragraph setting in the CSS document for the Daylight HTML template? I've been customizing the colors to reflect our institution, ect. The paragraph setting in the template as does not create enough white space, which is causing many faculty to try add in a space, but as you know that doesn't show when published. I'd like to address this in the CSS file so that can resolve this issue universally moving forward. Can you recommend a course of action?
I attempted to add "margin-bottom: 2.2em;" to this area of the CSS:
/*** Typography ***/
/** Typography - Global **/
/* Fonts Set in course */
html,
body {
color: #000000;
font-size: 16px;
font-weight: 400;
}
When that didn't work, I added the same code to both the Typography - extra small, small and Typography - Medium, Large, Extra Large areas as:
}
.body-one {
font-size: 0.875rem;
font-weight: 400;
line-height: 1.6rem;
letter-spacing: 0;
margin-bottom: 2.2em;
}
It still didn't work. Other ideas on how I could address this?
-
Thanks, @Stefanie Baldwin . I actually found the code related to general <p> styling and was able to add the margin-bottom code!
-
I should have mentioned where!
Under /*====== Typography =========*/
}
p,
ol,
ul,
cite {
font-size: 16px;
line-height: 24px;
margin-bottom: 15px;
}
Categories
- All Categories
- 6 Thought Leadership
- 7 Known and Fixed Issues
- 6 Product Roadmap
- 553 Archived
- 10 Accessibility
- 28 Community Corner
- 2 Welcome
- Updates
- Member Spotlights
- 4 Events
- 242 Development
- 746 Customer Enablement
- Evaluate - Assess Student Learning
- Get Comfortable with Brightspace
- Communicate - Engage with Your Students
- 1 Create - Set up your Brightspace course
- Action - Add or create student activities
- 26 Partners
- 8 Product News
- 2022
- 2022 Release Notes
- 2021 Release Notes
- 4 Training
- andycat