Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi,
I'd like to be able to adjust the white space above and below the following sections on my page:
What code(s) can I use to flexibly adjust these?
Thanks 🙂
Site URL: https://optyma.myshopify.com/
Password: sheert
Solved! Go to the solution
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
div#shopify-section-162868100217fbadd8 {
padding-top: 0px !important;
margin-bottom: 0px !important;
}
div#shopify-section-16286818621d9dd6c1 {
padding-top: 0px !important;
margin-top: 0px !important;
margin-bottom: 10px !important;
}
Hope this works.
Thanks!
Please share screenshots of the sections. So I can give you exact soluiton.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
div#shopify-section-162868100217fbadd8 {
padding-top: 0px !important;
margin-bottom: 0px !important;
}
div#shopify-section-16286818621d9dd6c1 {
padding-top: 0px !important;
margin-top: 0px !important;
margin-bottom: 10px !important;
}
Hope this works.
Thanks!
Thank you!!
I'm trying to reduce the padding above and below the Rich Texts sections. I pasted this code and it didn't work for me. I'm using the Motion theme
Please share your store URL.