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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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