Need to increase the height of Klass theme slider

Need to increase the height of Klass theme slider

Dipankar Roy - මගින්
Number of replies: 4

Here is the Moodle version which I am currently using : Moodle 3.1.2+ (Build: 20161104)

Here is the version of my Klass theme : v1.3 (2016110400)

I need to increase the height of the frontpage slider image. Please guide me how to do that. Thank you 



ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Dipankar Roy

Re: Need to increase the height of Klass theme slider

Mary Evans - මගින්
Core developers ගේ පින්තුරය Documentation writers ගේ පින්තුරය Peer reviewers ගේ පින්තුරය Plugin developers ගේ පින්තුරය Testers ගේ පින්තුරය

Hi,

You could try adding this CSS to the theme's Custom CSS settings...

alter the height to whatever you want...

        .carousel-inner .item {
                min-height: 385px;
        }
        .carousel-overlay-content {
                width: 100%;
                height: 385px;
        }
Hope that helps?

Mary

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Mary Evans

Re: Need to increase the height of Klass theme slider

Dipankar Roy - මගින්

Hi Mary,

Thanks for your kind cooperation. But it is not working for me. Can you please suggest me any other alternate ways?

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -
In reply to Dipankar Roy

Re: Need to increase the height of Klass theme slider

Mary Evans - මගින්
Core developers ගේ පින්තුරය Documentation writers ගේ පින්තුරය Peer reviewers ගේ පින්තුරය Plugin developers ගේ පින්තුරය Testers ගේ පින්තුරය

What height did you add?

Where did you add this CSS?

It should have worked as that is the only CSS from that theme.

If it is not working then the way the files have been arranged is probably at fault.

So the only thing you can do is to change that CSS directly in the style folder.

Then you will need to Purge all caches.

Hope this helps?

Mary

ශ්‍රේණිගත කිරීම්වල සාමාන්යය: -