sotis_tseles Posted February 28, 2021 Share Posted February 28, 2021 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 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? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 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
sotis_tseles Posted March 1, 2021 Author Share Posted March 1, 2021 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! 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; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 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
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! 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; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.