I would greatly appreciate it if someone could give me a hand with adjusting the home page video height on the mobile version. I have used custom liquid, however, I cant adjust the mobile size for the life of me.
The website is https://www.theluxecollection.com.au
Thanks in advance : )
Hello @Pilgrim84
Which size do you want to keep for mobile? Can you share a screenshot for more clear understanding?
Thank you.
Here is an image to better understand.
@Pilgrim84
add below code into base.css file (online store->theme->asset->base.css)
video {
width: 87% !important;
height: auto;
display: block;
margin: 0 auto;
}
I want the height of the mobile version of the video longer.
Any help would be greatly appreciated.
Hi,
I’m trying to run a video on my websites home page.
I’m running into a problem that when I open the drop down menu on the phone than the video obstructs it.
I would much appreciate it if you could tell me how you did it so that the video does not obstruct the drop down menu. 