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

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

  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;}
}

Perfect :slightly_smiling_face: Works very well!

Thank you very much!

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

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;}
}

@TimW

it’s my pleasure to help us

also your other issue i think it fixed!

@KetanKumar
:slightly_smiling_face:

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?