Slider images

Hello,

I adjusted the slider height so that it does not take up as much space on top as it originally did (I had large images). I made it fixed, but now I am wondering if it is somehow possible to control how the images are shown? Like have a look at www.owlando.com and at my slider pics and you will know what I mean. Specially if you look at the image of Pikachu (Yellow Pokemon figure). I would prefer that the images were either centered or scaled for the slider to show a bit more natural parts of the picture.

Best regards
Orlando

Hi Orlando,

Thank you for your question.

If you want to display whole image of Yellow Pokemon figure center aligned then you can try achieving this by adding the following CSS code in the Custom CSS option of the latest version of Sparkling theme on the below path.

Admin Area -> Appearance -> Customize -> Sparkling Options -> Other -> Custom CSS

.flexslider .slides li:nth-child(2) img {
    width: 525px;
}

Best Regards,
Movin