sotis_tseles Posted February 28, 2021 Share Posted February 28, 2021 (edited) Hello! I am a wedding videographer and I'm experimenting with some designs in a trial site in order to redesign my main site and would like to use poster images. This is what it looks on Desktop, it's quite beautiful, Squarespeace has very nice designs. But when I switch to mobile it gets all tangled up like this, So I'm wondering is it possible to change things (only in mobile view) so the text and button appear under the photo? I also like very much a colleague's website design in mobile, so is it possible to be like this with CSS? Please see below image, Also please keep in mind that I'm willing to pay for this if it's complicated, no problem at all 🙂 @tuanphan Edited February 28, 2021 by sotis_tseles Beyondspace 1 Link to comment
Beyondspace Posted March 1, 2021 Share Posted March 1, 2021 12 hours ago, sotis_tseles said: Hello! I am a wedding videographer and I'm experimenting with some designs in a trial site in order to redesign my main site and would like to use poster images. This is what it looks on Desktop, it's quite beautiful, Squarespeace has very nice designs. But when I switch to mobile it gets all tangled up like this, So I'm wondering is it possible to change things (only in mobile view) so the text and button appear under the photo? I also like very much a colleague's website design in mobile, so is it possible to be like this with CSS? Please see below image, Also please keep in mind that I'm willing to pay for this if it's complicated, no problem at all 🙂 @tuanphan Could you show the current site url to provide the exact custom css for your blocks? 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
sotis_tseles Posted March 1, 2021 Author Share Posted March 1, 2021 (edited) The site's url is penguin-jellyfish-6sz8.squarespace.com (pass : 123) but it's just for experimenting, you'll find the image cards at the bottom of the homepage. Also, some texts are fake, again I'm experimenting before the final design. Thank you! Edited March 1, 2021 by sotis_tseles Beyondspace 1 Link to comment
Beyondspace Posted March 1, 2021 Share Posted March 1, 2021 9 hours ago, sotis_tseles said: The site's url is penguin-jellyfish-6sz8.squarespace.com (pass : 123) but it's just for experimenting, you'll find the image cards at the bottom of the homepage. Also, some texts are fake, again I'm experimenting before the final design. Thank you! You may want to try this custom css snippet @media only screen and (max-width: 640px) { .sqs-block-image .design-layout-poster .image-card-wrapper { position: relative; background: #fff; padding-bottom: 2rem; } .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-title-wrapper, .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-subtitle-wrapper, .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-title { margin: 2rem 0; } .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-title p { font-size: 2em !important; } .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-title p, .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-subtitle p { color: #000; margin: 2em 0; } .sqs-block-image .image-block-outer-wrapper.design-layout-poster .image-button a { border: 1px solid #000; color: #000; font-size: 11px !important; } } 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
sotis_tseles Posted March 2, 2021 Author Share Posted March 2, 2021 @bangank36 I really don't know what to say, it works perfectly!!! Please, is there a way to pay you for this, even if something small? Thank you! Beyondspace 1 Link to comment
tuanphan Posted March 6, 2021 Share Posted March 6, 2021 On 3/2/2021 at 10:29 PM, sotis_tseles said: @bangank36 I really don't know what to say, it works perfectly!!! Please, is there a way to pay you for this, even if something small? Thank you! I see mobile doesn't look good here. You can add this to Custom CSS to reduce white spacing & reduce button size /* mobile homepage see story */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1614529053036_106873 .image-card { width: 90%; } div#block-yui_3_17_2_1_1614552390018_253420 { display: none; } } sotis_tseles 1 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
hilaryb Posted August 31, 2021 Share Posted August 31, 2021 @bangank36 Could you provide code for a similar request? I would like my Subtitle/Button to appear BELOW/OUTSIDE of the image, and keep the Title ON the image (centered, and styled larger). Can you please help with that? Website is http://hilarybeckwith.com/main-page Link to comment
tuanphan Posted September 1, 2021 Share Posted September 1, 2021 15 hours ago, hilaryb said: @bangank36 Could you provide code for a similar request? I would like my Subtitle/Button to appear BELOW/OUTSIDE of the image, and keep the Title ON the image (centered, and styled larger). Can you please help with that? Website is http://hilarybeckwith.com/main-page Which images? 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