Shopify themes, liquid, logos, and UX
Can anyone help me with these 2 things will donate if someone can do it.
url: https://errival.com/products/errival%E2%84%A2-mini-rubber-band-shotgun
(For mobile view only) First:
Make video full width remove padding down the sides of the video.
(On desktop view only) Second:
Make video height bigger without affecting mobile.
Solved! Go to the solution
This is an accepted solution.
Hi @Ryan1998
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
#shopify-section-template--21948687221065__video_with_text_4HJnFk .video-with-text video{
height: 400px !important;
}
@media only screen and (max-width: 768px) {
#shopify-section-template--21948687221065__video_with_text_4HJnFk .video-with-text video {
height: 250px !important;
}
.video-with-text.page-width {
padding: 0;
}
}
</style>
If you need further assistance you can DM me.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
This is an accepted solution.
You're very welcome! 😊 I'm glad I could help you out.
This is an accepted solution.
Hi @Ryan1998
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
#shopify-section-template--21948687221065__video_with_text_4HJnFk .video-with-text video{
height: 400px !important;
}
@media only screen and (max-width: 768px) {
#shopify-section-template--21948687221065__video_with_text_4HJnFk .video-with-text video {
height: 250px !important;
}
.video-with-text.page-width {
padding: 0;
}
}
</style>
If you need further assistance you can DM me.
If you find our solution helpful, kindly consider Liking and Marking it as Accepted. Thank you!
thank you!😁 I don't see the feature to donate coffees, where can I find this.
This is an accepted solution.
You're very welcome! 😊 I'm glad I could help you out.
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025