kristmanias Posted June 21 Posted June 21 The desktop homepage of my portfolio is set to 1 column, but in mobile it forces 2 columns. I have tried every possible custom code posted in the forums to show as 1 column, but none of them work. Please help!
Beyondspace Posted June 21 Posted June 21 1 hour ago, kristmanias said: The desktop homepage of my portfolio is set to 1 column, but in mobile it forces 2 columns. I have tried every possible custom code posted in the forums to show as 1 column, but none of them work. Please help! Can you provide you URL so I can check it? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Solution Beyondspace Posted June 21 Solution Posted June 21 You can try the following CSS code @media only screen and (max-width: 767px) { .project-image img { width: 100% !important; height: auto !important; } #projectThumbs>.wrapper { display: flex; flex-wrap: wrap; } .project { width: 100% !important; } } My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment