Shopify themes, liquid, logos, and UX
Hi
I'd like to reduce the height of my website footer
Is it possible to adjust the code?
Website URL: www.6-one.com
Password to site: hello
Thanks
Please add the following code at the bottom of your assets/theme.scss.liquid file.
@media screen and (min-width: 641px){
.Footer__Inner+.Footer__Aside {
margin-top: 0px !important;
}
.Footer {
padding: 35px 0 12px 0 !important;
}
}
Hope this works.
Thanks!
hello @6One
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 789px){
.Footer__Aside {
margin-top: 0px !important;
}
#section-footer.Footer {
padding: 35px 0 10px 0 !important;
}
}
Please follow the steps:
- Step 1: Go to Online store > Themes > Actions > Edit code.
- Step 2: Go to Asset > theme.scss.liquid and paste this at the bottom of the file:
@media screen and (min-width: 641px){
.Footer {
padding: 34px 0 !important;
}
.Footer__Block{
margin-bottom: 30px !important;
}
.Footer__Inner+.Footer__Aside{
margin-top: 0px !important;
}
}
User | RANK |
---|---|
126 | |
99 | |
77 | |
68 | |
39 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022