Hi there! Can someone help me figure out how to move the text and button on my banner to the lower left corner?
Check this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- 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:
.video-wrapper .video__text-container {
top: 70%;
}
- And Save.
- Result:
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
This worked! Thank you so much!
Thats good to hear!
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @togetherhempco ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.liquid
Step 3: Paste the below code at the bottom of the file → Save
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
how do i do this for a slideshow

