Need to increase the height of Klass theme slider

Need to increase the height of Klass theme slider

- Dipankar Roy の投稿
返信数: 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 



Dipankar Roy への返信

Re: Need to increase the height of Klass theme slider

- Mary Evans の投稿

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

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?

Dipankar Roy への返信

Re: Need to increase the height of Klass theme slider

- Mary Evans の投稿

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