ojos Posted November 16 Posted November 16 Site URL: https://www.ojoveterinario.es/compartir-qr In my site, ojoveterinario.es/compartir-qr, the qrs are below the texts as they are supposed to be. But when I check on mobile... they have been reversed! I have tried many CSS unsuccessfully. Note: I would want something robust ie. CSS code. Adding images and line blocks might work to start with, but if I have to change anything again, it will again break.
paul2009 Posted November 16 Posted November 16 (edited) 13 hours ago, ojos said: when I check on mobile... they have been reversed Your mobile layout is controlled independently of the desktop layout. Within the editor, choose the mobile layout (using the icons, top-right) and then drag the elements into the layout you require for mobile. Custom CSS is not required. Did this help? Please give feedback by clicking an icon below ⬇️ Edited November 17 by paul2009 Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Squareko Posted November 17 Posted November 17 Add this code into custom css: .content-wrapper { display: flex; flex-direction: column; } /* Mobile layout adjustment */ @media (max-width: 767px) { .content-wrapper { display: flex; flex-direction: column-reverse; /* Reverse the order for mobile */ } }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment