Tagged: Header media/ video Height ratio
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.
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
Thanks for the help.
Welcome anytime colormatters.