jmher Posted May 5, 2022 Share Posted May 5, 2022 Site URL: http://www.manakforjudge.com Having an issue that on mobile view the image on the home page is not appearing. The block # is: #block-yui_3_17_2_1_1651715215628_6097 and I've tried everything for a few hours now to fix what is happening to no avail. The image is small and showing up far to the right (only visible when I click to block identify) outside of view. How can I get the image inline again and at the top centered above the h1 text? TY! Link to comment
Beyondspace Posted May 5, 2022 Share Posted May 5, 2022 3 hours ago, jmher said: Site URL: http://www.manakforjudge.com Having an issue that on mobile view the image on the home page is not appearing. The block # is: #block-yui_3_17_2_1_1651715215628_6097 and I've tried everything for a few hours now to fix what is happening to no avail. The image is small and showing up far to the right (only visible when I click to block identify) outside of view. How can I get the image inline again and at the top centered above the h1 text? TY! Try adding to Home > Design > Custom Css to set the image appear first the the text is the next one @media only screen and (max-width: 767px) { section[data-section-id="62715cbbbbcbbc34f7d38005"] .sqs-layout > .row >.col > .row { flex-direction: column; } section[data-section-id="62715cbbbbcbbc34f7d38005"] .sqs-layout > .row >.col > .row > .col:first-child { order: 1; } } Let me know how it works on your site BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted May 5, 2022 Share Posted May 5, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment