How can I adjust the height of a video background?

Can please someone help me with to change the height of video in background.
i dont want my navigation menu header on video.

Here is URL : https://artisstik.com/

1 Like

Hi @Kakar ,

Try this one.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
.header-wrapper.color-background-2.gradient {
    position: static;
    height: 10px;
}

Result:

I hope it help.

1 Like