Image size in slider for mobile is too narrow

Hi there
Im currently using the Activello theme which I love but I’ve noticed when viewing on mobile device the image size of my slider is very narrow and at times cuts off some of my post titles. When I view it on desktop its perfect but is there any way I can increase the width when viewing on mobile device? The website im referring to is thebonita.net

have looked through the forum topics to see if I can figure out the code myself but im having a little trouble with this one.

Thanks so much for your help!

Stacey

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

.flexslider .slides img {
min-height: 200px;
}

Thanks!
Colorlib Support Team