Site URL: https://lily-jaguar-v28s9e.squarespace.com/
Hello,
I'd like these text blocks to sit side by side on mobile, so they are aligned horizontally.
I've tried this:
@media screen and (max-width:767px) {
#block-2f3d5c2df42c12a9fa09 {
width: 50% !important;
float: left !important;
}
}
But that stops user being able to click the 'Previous' link on the left.
Any CSS would be appreciated.
Thanks.