I want to raise the footer links to be aligned with the payment cards

i want to raise the footer links to be aligned with the payment cards.
thanks in advance.

1 Like

www.soothetech.shop

Which Theme are you doing?

sense
(i want to raise the footer links to be aligned with the payment cards.
thanks in advance.)

Okay
Here is step by step to do it
Go to ( Online store — themes — edit code — assets/base.css)
So add this css

/* Sense theme – align footer links with payment icons */
.footer__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer__payment {
  margin-top: 0 !important;
}

It doesn’t work :cry:
( I want to raise the footer links to be aligned with the payment cards)

Okay let me check it back

have you got it done

Hi @rubi06

I checked your website, but I can’t see the footer menu.