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.
-
From your Admin Page, click Online store > Themes > Actions > Preview
-
This will open a new window, follow the image below to provide us the link.
1 Like
Hi @rhinosled ,
Thank you. Try this code below.
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- 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%;
}