• Hello, is it possible to resize a video in the header? The actual Vid is not sharp, so I want to make it a little bit smaller.

    Greets

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS ?:

    div#wp-custom-header.cp-video-bg #wp-custom-header-video{
    width:100% !important;
    height:100% !important;
    object-fit: fill !important;
    position:unset !important;
    }

    Thread Starter pbacher

    (@pbacher)

    OK, thats great. What the code to place is in center? Not it is top left. I want it in the middle. Greets

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize Video in Header’ is closed to new replies.