CSS Taste Footer Customization Mobile View

I have the following code entered in my site to re format the Footer of the Taste theme. However in the mobile view, all the items are stacked on each other. Is there a way I can keep this code but create a condition that makes this look clean in the mobile view?

.footer__content-top { margin-top: -3px !important ; height: 246px !important ; } .footer-block--newsletter { position: absolute; right: 30px; top: -30px; } .footer__content-top { position: relative; } }

Hi @schemee123

You can add media queries so the code doesn’t apply on mobile. https://prnt.sc/OUgoBXFniMzl


Best regards,
GemPages Support Team