April 2, 2019 at 11:36 am
#61982
Theme Horse Support Team
Keymaster
Hello,
Try below custom CSS code which will make your slider image to 100% width to your screen.
.featured-slider img {
width: 100%;
}
Thank you!