Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
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 |
---|---|
206 | |
108 | |
80 | |
59 | |
59 |