TimW
June 24, 2021, 10:30am
1
Hi,
I am working with theme “Impulse”.
My footer looks like this:
But I want to change the positions into this:
But only on desktop version. Mobile is perfect like it is right now.
I know that I have to edit the footer.liquid.
But can somebody help me with that?
Preview: https://pevhjlnb79zex8x3-56851923137.shopifypreview.com
Thank you very much!
Tim
@TimW
thanks for post can you please try this code
Go to Online Store->Theme->Edit code
Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second
@media only screen and (min-width: 960px) {
.footer__item--1494301487048 {
width: 25% !important;
}
.footer__clear.small--hide {display: none;}
}
TimW
June 24, 2021, 11:03am
3
Perfect Works very well!
Thank you very much!
I have another question here . Maybe you can help with this too?
Hello There,
In your Shopify Admin go to online store > themes > actions > edit code
Find Asset >theme.scss.css and paste this at the bottom of the file:
@media only screen and (min-width: 960px) {
.footer__item--1494301487048 {
width: 25% !important;
}
.footer__clear.small--hide {display: none;}
}
@TimW
it’s my pleasure to help us
also your other issue i think it fixed!
TimW
June 24, 2021, 1:10pm
6
@KetanKumar
Yes the other problem is fixed. But I also want to add this html field in my footer. But the script won´t show up.
@TimW
can you please share issue image
Hello Ketan, I too also own the Impulse Clean theme, and we are wanting to place a large image into our footer, is that something you can advise us on?
Hello, i’m having the same issue on my site. www.homeworx.shop . How would we be able to get the logo on the right side of the footer?