Marketing spots on Essential 3.2.1.1

Marketing spots on Essential 3.2.1.1

by Gareth J Barnard -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers

Hi Moodlers,

Just to draw your attention to an issue with Essential 3.2.1.1 on Moodle 3.2 where the marketing spots on the frontpage no longer go vertical on small devices.  I've raised an issue: https://github.com/gjb2048/moodle-theme_essential/issues/821.

But in the mean time, please add the following CSS to the theme's custom CSS setting on the general page:

#marketing-spots > div {
    display: block;
}
@media (min-width: 768px) {
    #marketing-spots > div {
        display: flex;
    }
}

If you do ever find an issue with the theme, then please read 'Reporting issues' in the theme's readme.txt file which details what to do.

If you find this post useful, then please mark it so.

Cheers,

Gareth

Average of ratings: Useful (3)