Shopify themes, liquid, logos, and UX
Hello there,
I saw some Posts about this matter before, but couldn't make it work on my own store.
I want to get rid of the space between my Footer and Body - how can I do that?
I use the Ride Theme and this is my URL: https://amazonas-products.shop/
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
@mvxritz
put below css in theme.liquid before closing </body> tag
<style>
div#shopify-section-footer {
margin-top: -55px !important;
}
</style>
@mvxritz Go to Assets/ecom-63891c6dcb292424b40840a2.css and paste below css at bottom of file.
.ecom-core.ecom-0fz2kpslnbi
{
margin-top: -20px !important;
}
Thank you for your quick answer, unfortunately it didn't change anything.
Hi @mvxritz,
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Add this CSS at the bottom
Online Store ->Theme ->Edit code
Assets -> ecom-63891c6dcb292424b40840a2.css
.ecom-core.ecom-b6jgc3uxh2m {
margin-bottom: 0px !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly
This is an accepted solution.
@mvxritz
put below css in theme.liquid before closing </body> tag
<style>
div#shopify-section-footer {
margin-top: -55px !important;
}
</style>
Thank you a lot!
Hello @mvxritz ,
It's GemPages support team and glad to support you today.
I would like to give you the recommendation to support you so kindly follow the steps below:
1. Go to Online Store > Theme > Edit code of your current theme
2. Open your theme.liquid theme file
3. Paste the below code before </head>
<style>
.ecom-sections .ecom-row:last-child {
margin-bottom: 0;
}
</style>
For example,
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
Hello @mvxritz
Add this CSS bottom of the ecom-base.css file.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024