Styling specifically for vertical videos? Play bar too wide

Hopefully I can get some direction on how to make vertical videos style differently than landscape. You can see the problem here > https://washingtonpineapple.com/lake-quinault-lodge-in-the-fall/

I just want it to bind better to the dimensions of the vertical video. Not sure if there’s a clean way to do that without doing TONS of media queries etc. Thanks in advance!

In looking at this, I’ve found a disturbing issue with the off-canvas content area. When I try to click ‘close’ after the newsletter popup, I get this error: ‘This site can’t be reached
joelhager.com%3Ejoel%20r%20hager%3C’s server IP address could not be found.
DNS_PROBE_FINISHED_NXDOMAIN’

I think it’s cause I migrated the theme to a different website. How do I fix the off-canvas link to use the correct domain? Thanks!

Hi There,

You can try adding this custom CSS under Theme Options > CSS:

/* add background color for video */
.x-video-inner {
    background: #f0f0f0;
}
/* move the controls to the bottom */
.mejs-video .mejs-controls {
    margin: 0;
}

Upon checking your website, I could see that close button link is broken:

Please disable the all the minify options(HTML,CSS,JS).

If it doesn’t help, would you mind providing us with login credentials(by clicking on the Secure Note button at the bottom) so we can take a closer look? To do this, you can make a post with the following info:

  • Link login to your site
  • WordPress Admin username / password

Let us know how it goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.