badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Frontpage slidehow max width and aligned to center

#42286

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!