Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
Hey, how do i change the top and bottom margin on my logo list, so instead of looking like this:
it looks like this:
Store link: https://8c2dd1-3.myshopify.com/
Also how do i remove the top and bottom margins for section dividers?
thanks
Solved! Go to the solution
This is an accepted solution.
Hi @sondreskskfsghj,
Glad to support you today.
To can change the margin top and margin bottom, you can check out my suggestion below to make it:
Glad to support you today.
To can add a Solid horizontal line, you can check out my suggestion below:
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
#shopify-section-template--17760203178306__f599b6f7-4f07-4f97-b062-940a843a8422 {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
</style>
Eg:
*Note: You can replace the number 30 with another number you want to reduce margin top and bottom.
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.
This is an accepted solution.
Hi @sondreskskfsghj,
Glad to support you today.
To can change the margin top and margin bottom, you can check out my suggestion below to make it:
Glad to support you today.
To can add a Solid horizontal line, you can check out my suggestion below:
1. Go to Edit code on Online Store:
2. add my code above the </body> tag on Theme.liquid:
<style>
#shopify-section-template--17760203178306__f599b6f7-4f07-4f97-b062-940a843a8422 {
margin-top: 30px !important;
margin-bottom: 30px !important;
}
</style>
Eg:
*Note: You can replace the number 30 with another number you want to reduce margin top and bottom.
I hope you find the answer helpful.
Kind & Best regards,
GemPages Support Team.