I want to move the payment cards down to be aligned with the footer links


I want to move the payment cards down to be aligned with the footer links.
i am using sense theme.
www.soothetech.shop
Thanks in advance.

Shopify Sidekick :+1:

Not sure if Shopify Sidekick would be able to help in that until and unless you provide it complete information along with the code.

But anyways, you can also try to add this code in the Custom CSS option of your footer from theme editor and that will sort it out as well.

@media screen and (min-width: 768px) {
.footer__content-bottom.scroll-trigger.animate--slide-in {
    display: flex !important;
    align-items: flex-end !important;
    flex-flow: row-reverse !important;
}
}

RESULT:

If I managed to help you then a Like would be truly appreciated.

Best,
Moeed