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 can you please help me cut the space in half of the top margin of the fotter (so the line comes down half way)
and at the bottom to have a margin of 0 like every other website to not be space at the bottom. Thank you
Pass: biangu
Solved! Go to the solution
Hi @MT27
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.ecom-column>div.core__column--wrapper {
padding: 0 20px !important;
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
didn't work..
Hi MT27,
From your Shopify admin dashboard, click on Online Store and then Themes.
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code.
.ecom-row {
height: 350px }
.ecom-core.ecom-29px11wval1 {
padding-top: 7px; }
and save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
didn't work..