Shopify Sidekick ![]()
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
