Adaptable - course header section font size

Adaptable - course header section font size

by Steven Cohen -
Number of replies: 2
First,
I love the theme adaptable.  Thank you.

I would like to make the course header section font size smaller on my website, retinauniversity.com .
I am using Moodle 3.3.9+ and adaptable 1.3.4 .

The course sections look OK on a desktop but on a cellphone, the font is too big and wraps around more than I would like it to.

Thank you very much,
All the best,
Steve
Attachment themesectionheadings.PNG
Average of ratings: -
In reply to Steven Cohen

Re: Adaptable - course header section font size

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
Hi Steve,

That's really old and I don't run that version of Moodle any more to be in a position to check. Can you use the browser development tools (F12) to inspect the element and work out the custom CSS you need?

G
In reply to Gareth J Barnard

Re: Adaptable - course header section font size

by Steven Cohen -

Thanks that worked.

I added the following in custom CSS and it looked better:

.section-title {

  font-size: 120%;

}