Essential theme - smaller slide show on front page

Re: Essential theme - smaller slide show on front page

by Mary Evans -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

Hi,

You could try adding a smaller image and then adjusting the CSS for the slider by adding this into the Custom CSS settings box:

.carousel-inner > .item {
    height: 200px;
}
.carousel-inner .carousel-image-container {
    line-height: 200px;
}
.carousel-inner .carousel-image {
   max-height: 200px;
}

Hope that helps?

Mary