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*

Reduce Header Video padding

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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

    #97434
    colormatters
    Participant

    Thanks for the help.

    #97471

    Welcome anytime colormatters.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.