Solved

How to adjust the Impulse theme footer and logo position on desktop?

TimW
Excursionist
28 2 10

Hi,

I am working with theme "Impulse".

My footer looks like this:

Footer1.jpg

But I want to change the positions into this:

Footer2.jpg

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

 

Accepted Solution (1)

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@TimW 

thanks for post  can you please try this code

1. Go to Online Store->Theme->Edit code
2. 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;}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 8 (8)

KetanKumar
Shopify Partner
36843 3636 11978

This is an accepted solution.

@TimW 

thanks for post  can you please try this code

1. Go to Online Store->Theme->Edit code
2. 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;}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TimW
Excursionist
28 2 10

Perfect 🙂 Works very well!

Thank you very much!

I have another question here. Maybe you can help with this too?

KetanKumar
Shopify Partner
36843 3636 11978

@TimW 

it's my pleasure to help us

also your other issue i think it fixed!

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
TimW
Excursionist
28 2 10

@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.

KetanKumar
Shopify Partner
36843 3636 11978

@TimW 

can you please share issue image 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
IBDesigns
Visitor
1 0 0

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?

ZestardTech
Shopify Expert
5393 971 1293

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. 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;}
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
NickWEComm
New Member
4 0 0

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?