Large Text in Course Summary

Large Text in Course Summary

by Alan Cherwinski -
Number of replies: 1
Large Fonts sizes in the Course summary overlap in IE. Firefox is fine.
What causes this?
Summary Image
Average of ratings: -
In reply to Alan Cherwinski

Re: Large Text in Course Summary

by Steve Bilton -
Hi,

You could change the heading size of the fonts in css.

find the standard theme edit styles.css
do the same for styles.css in your custom theme folder.

find .sitetopic and below this rule add an additional one for h1 h2 headings:

h1, h2, h3.sitetopic
{
font-size: 0.6em;
margin: 0 auto;
padding: 1px;
}

That should make all headers a lot small, adjust 0.6em; to your preferred font size.

This is based on the default h1 h2 & h3 font size. 1.0em; is equal to the default size.

Hope this helps

Steve

www.sheilds-elearning.co.uk