Headgraphix Posted October 26, 2021 Share Posted October 26, 2021 Site URL: https://www.thickpita.com/contact Does anyone know how I can get this image to position to the bottom of the section? Link to comment
Beyondspace Posted October 28, 2021 Share Posted October 28, 2021 On 10/27/2021 at 2:41 AM, Headgraphix said: Site URL: https://www.thickpita.com/contact Does anyone know how I can get this image to position to the bottom of the section? You can adding to Home > Design > Custom Css #block-yui_3_17_2_1_1635224080425_23527 { display: none; } #contactpage .sqs-block-image { padding-bottom:0; } Let me know if it works properly on your site Support me by pressing 👍 if this useful for you tuanphan 1 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 October 28, 2021 Share Posted October 28, 2021 My testing result tuanphan 1 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
tuanphan Posted October 31, 2021 Share Posted October 31, 2021 On 10/27/2021 at 2:41 AM, Headgraphix said: Site URL: https://www.thickpita.com/contact Does anyone know how I can get this image to position to the bottom of the section? Use this new code, for both desktop - mobile #block-yui_3_17_2_1_1635224080425_23527 { display: none; } #contactpage .sqs-block-image { padding-bottom:0 !important; } @media screen and (max-width:640px) { section#contactpage .row { display: flex; flex-direction: column-reverse; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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