So i made a custom liquid section with a video that autoplays. Im wondering how I would i go about setting it to a specific height and how would I go about getting rid of the area in between the header and the video and the next section. Im pretty sure it would be some kind of css but Im really not sure, any help would be appreciated.
Here is the code for the custom liquid section:
Website url: https://ski-crews.myshopify.com/
password: Foxhound
1 Like
Hi @jamesMeegan ,
Go to ‘sections/custom-liquid.liquid’ file and add code in line 7. https://i.imgur.com/cc6myt5.png => https://i.imgur.com/bkz0U4D.png
Code: custom-section-video
Go to base.css and paste this at the bottom of the file:
.custom-section-video{
margin-top: 0px !important;
}
.custom-section-video+.spaced-section{
margin-top: 0px !important;
}
Hope it is clear to you.
If this helps, please kindly mark it as a solution. Thank you and good luck