October 15, 2015 at 6:10 am
#36649
Theme Horse Support Team
Keymaster
Hi lbdc.design,
We have set the featured image as background image so that the background image cover up your whole screen with 100%.
To have the same featured image for smaller devices you have to add the custom css. Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:
@media only screen and (max-width: 1023px) and (min-width: 480px) and (max-width: 767px) {
.featured-slider .featured-image {
padding: 0;
}
}
Thank you!