Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi Everyone,
I'm trying to change (reduce) the top padding of my "video with text" section but there doesn't seem to be a setting for that. I think it needs to be done in the codes so need some help with that. I've also marked it in the picture below in red.
My website is www.cleanz.sg.
Thanks in advance.
Solved! Go to the solution
This is an accepted solution.
Hello @Tembusu
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.vid-text-wra {
margin-top: 0 !important;
padding-top: 0 !important;
}
The result
Hope it helps!
This is an accepted solution.
Hello @Tembusu
Inside Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom
.vid-text-wra {
margin-top: 0 !important;
padding-top: 0 !important;
}
The result
Hope it helps!
Thanks Zeno. It works. Looks much better. Much appreciated.
You are welcome 🙂
Hi @Tembusu
You can do that by adding this CSS code in Custom CSS of that section
.content h2,
.vid-text-wra {
margin-top: 0px !important;
}
.text-content,
.vid-text-wra,
.vid-with-text-box {
padding-top: 0px !important;
}
- Helpful? Like and Accept solution! Support me: Buy coffee
- Ryviu - Reviews & QA app, collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy app: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Hi @Tembusu
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
#shopify-section-template--20290701328703__3a7f12ad-175b-493d-a1f6-9646240a1855 .text-content, #shopify-section-template--20290701328703__3a7f12ad-175b-493d-a1f6-9646240a1855 .vid-text-wra {padding-top: 0 !important;}
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Thanks San for your reply and help. Managed to get a solution but appreciate your help.
Hi @Tembusu ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
1. Go to Online Store -> Theme -> Edit code
2. Open your theme.liquid file
3. Paste below code before </body>:
<style>
.vid-text-wra,
.vid-with-text-box{
margin-top: 0;
padding-top: 0;
}
</style>
Best regards,
Anthony
Thank you to everyone who came to my aid. Problem solved and really appreciate the community here. 🙂
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024