Startup Theme: Product Page Video Placement

Hi there!

I’d like to move the location of the video on my product page. I’d also like the size to be much smaller. I’ve attached a screenshot of my site with where I want the video positioned. Also, see this link for what I’m looking for. https://skipnn.com/products/2-nn-1-skip-nn-chip-nn-hole-game-set-bundle

Can someone help me with a quick fix? Thanks!!

1 Like

Hi @rhinosled ,

Please provide the link of the theme you are working at.

  1. From your Admin Page, click Online store > Themes > Actions > Preview

  2. This will open a new window, follow the image below to provide us the link.

1 Like

https://f99ii4oyr8przpeq-65436418283.shopifypreview.com

https://f99ii4oyr8przpeq-65436418283.shopifypreview.com @made4Uo use this link!

1 Like

Hi @rhinosled ,

Thank you. Try this code below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Asset folder, open the base.css
  3. Paste the code below at the very bottom of the file.
div#shopify-section-template--16254611882219__16582579374df98928 {
    position: relative;
    width: 47%;
    float: right;
   margin-top: -55%;
}

.product-description.rte {
    margin-top: 65%;
}