iJizzy1 Posted November 29, 2021 Share Posted November 29, 2021 (edited) Site URL: http://brondyhumphrey.com Hello everyone, I hope you are doing well? I am currently trying to make this on the footer of my home page: (this is a montage I made on Canva) But for now it looks like this: Do you think it is possible to make ? I wish you a beautiful day 🙂 brondyhumphrey.com password: soleil  Edited November 29, 2021 by iJizzy1 Beyondspace 1 Link to comment
Beyondspace Posted November 29, 2021 Share Posted November 29, 2021 1 hour ago, iJizzy1 said: Site URL: http://brondyhumphrey.com Hello everyone, I hope you are doing well? I am currently trying to make this on the footer of my home page: (this is a montage I made on Canva) But for now it looks like this: Do you think it is possible to make ? I wish you a beautiful day 🙂 brondyhumphrey.com password: soleil  You can assign the image as background image of the section, we can support to modify it as sided image like design 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
iJizzy1 Posted November 29, 2021 Author Share Posted November 29, 2021 (edited) Hello @bangank36, I just assigned the image as background ! (Will it look nice on mobile as well ?) Edited November 29, 2021 by iJizzy1 Link to comment
tuanphan Posted November 30, 2021 Share Posted November 30, 2021 20 hours ago, iJizzy1 said: Hello @bangank36, I just assigned the image as background ! (Will it look nice on mobile as well ?) Use this CSS /* Footer split layout */ @media screen and (min-width:768px) { [data-section-id="6139da96d203ef247abc5142"] .section-background { width: 50%; margin-right: 50%; } [data-section-id="6139da96d203ef247abc5142"] { background-color: white; } } In the next time, I recommed using this Split plugin to achieve above layout, you can customize everything easier.  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
iJizzy1 Posted November 30, 2021 Author Share Posted November 30, 2021 Hello @tuanphan , It is not working on mobile. The sentence is on the image. Do you know what is the problem ? Â Link to comment
tuanphan Posted December 2, 2021 Share Posted December 2, 2021 On 12/1/2021 at 1:21 AM, iJizzy1 said: Hello @tuanphan , It is not working on mobile. The sentence is on the image. Do you know what is the problem ?  Yes. The code run on desktop only. Because the text will be small on mobile. To make code run on all devices, use this code [data-section-id="6139da96d203ef247abc5142"] .section-background { width: 50%; margin-right: 50%; } [data-section-id="6139da96d203ef247abc5142"] { background-color: white; }  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
iJizzy1 Posted December 3, 2021 Author Share Posted December 3, 2021 It still doesn't look well on mobile as you can see right here : Â Is there anything you can do to solve this issue ? Link to comment
Beyondspace Posted December 4, 2021 Share Posted December 4, 2021 Does it make sense Try @media only screen and (max-width: 767px) { section[data-section-id="6139da96d203ef247abc5142"] .content-wrapper { width: 50%; margin-right: 0 !important; } section[data-section-id="6139da96d203ef247abc5142"] .content-wrapper a { font-size: 10px; } } Let me know how it works 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
iJizzy1 Posted December 7, 2021 Author Share Posted December 7, 2021 Hello @bangank36, I would prefer to have the picture first and then the text with the white background. In other words, I would prefer it in vertical and not in horizontal as you just did. Do you know what I mean ? Link to comment
iJizzy1 Posted December 9, 2021 Author Share Posted December 9, 2021 Hello @bangank36 and @tuanphan, could you find a solution ? 😇  Link to comment
Beyondspace Posted December 10, 2021 Share Posted December 10, 2021 20 hours ago, iJizzy1 said: Hello @bangank36 and @tuanphan, could you find a solution ? 😇  Have you changed your password? soleil is not possible at the moment 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
iJizzy1 Posted December 10, 2021 Author Share Posted December 10, 2021 (edited) hello @bangank36, there is no password anymore. 🙂 Edited December 12, 2021 by iJizzy1 Link to comment
iJizzy1 Posted December 18, 2021 Author Share Posted December 18, 2021 Hello @bangank36 , have you find a solution yet ? Link to comment
tuanphan Posted December 21, 2021 Share Posted December 21, 2021 @iJizzy1 Add to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="6139da96d203ef247abc5142"] { &:before { content: ""; display: block; background-image: url(https://images.squarespace-cdn.com/content/v1/6139da96d203ef247abc5117/1638185519604-55XFEVKX7XX5WE8T2LCB/fond-ecran-iphone-samsung-gratuit-ciel-nuage.jpg?format=original); width: 100%; height: 150px; background-size: cover; background-repeat: no-repeat; } img { opacity: 0; } .content-wrapper { background-color: white; } & { height: 420px !important; display: block !important; } .section-background { background-color: transparent; } } }  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