I use a nectar slider with one slide with a background video. On desktop this looks good however as the video content is happening on the right side of the video, I would like to shift the video position more to the left on smaller screen sizes. Or perhaps not have the video centered but anchored to the right side of the browser would also work.
Any solution is welcome. However, I don't want this to affect any nectar sliders on other pages!
Hi,
I use a nectar slider with one slide with a background video. On desktop this looks good however as the video content is happening on the right side of the video, I would like to shift the video position more to the left on smaller screen sizes. Or perhaps not have the video centered but anchored to the right side of the browser would also work.
Any solution is welcome. However, I don't want this to affect any nectar sliders on other pages!
Thanks!
Hey Again,
Try turning off the Minification Plugin and check .
Best
ThemeNectar Support Team
Hey, didn't change a thing.
I'm guessing I need some css to have the result I want?
Ok, found a solution in the meantime. Added the plugin 'WP Add Custom CSS' and added the following css code to the page:
@media only screen and (max-width: 900px) {
.swiper-slide .video-wrap video {
left: -300px;
}
}