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: Trouble with Slider Image sizing

#46861

Hi Bruce,

Feature slider in ambition theme covers your whole screen size and the position will be at center. To make it default Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.

.featured-slider .featured-image {
    background-attachment: inherit;
    background-position: inherit;
    background-size: inherit;
    min-height: 260px;
}

Please adjust above 260px min-height as of your featured image and let us know.

Thank you!