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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #97190
    colormatters
    Participant

    Hi,

    Would like to use the Header Video option but there is too much padding between the video and the Nav bar.
    Can it be reduced?
    My site @ colormatters.tv

    Thanks.

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.