February 5, 2016 at 8:32 am
#42286
Theme Horse Support Team
Keymaster
Hi Heidi,
Ok set it back to the wide layout and just use below custom css to make slider same width than site contents
.featured-slider {
margin: 0 auto;
max-width: 1170px;
}
Thank you!