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: Reduce Header Video padding

#97291

Hi colormatters,

Please go to ‘Appreance > Customize > Additional CSS’ ans paste the below Custome CSS code.

@media (min-width: 900px) {
	.wp-custom-header {
		height: auto;
	}
	.wp-custom-header:before {
		content: "";
		display: block;
		padding-top: 28.2%;
	}
	.wp-custom-header iframe, .wp-custom-header video {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100% !important;
		width: 100% !important;
	}
}

Thanks