September 6, 2016 at 11:48 am
#46861
Keymaster
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!