(not sure why but I cannot see the post anymore, so I’m posting again. Might be duplicate)
Hello,
I just added a video in the header but I want it smaller and more aligned in the center.
website : http://juh.com.fr/
For example, screenshot with the full size video you can see that it is too much in the left, hiding part of the background picture :
https://ibb.co/btvkux
Also I don’t want the video to take such big place, so to try to reduce it I tried that in the CSS:
video#wp-custom-header-video {
max-width: 40%;
}
It works to reduce the size of the video but the overall frame is still taking too much space, and the video is still not centered.
See screenshot with max-width reduction:
https://ibb.co/fVv77H
Could you help to tell me which css code and variable I should add and play with to adjust the media size and alignment ?
Thanks in advance