Need to increase the height of Klass theme slider

Need to increase the height of Klass theme slider

di Dipankar Roy -
Numero di risposte: 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 



Media dei voti:  -
In riposta a Dipankar Roy

Re: Need to increase the height of Klass theme slider

di 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

In riposta a Mary Evans

Re: Need to increase the height of Klass theme slider

di 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 riposta a Dipankar Roy

Re: Need to increase the height of Klass theme slider

di 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