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: Responsive on ipad mini

#36649

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!