richardgreencreative Posted April 7, 2021 Share Posted April 7, 2021 Site URL: http://www.foxandvamp.squarespace.com Hi All On the home page of the website I'm currently working on, trying to have the two images on the attached screenshot to appear side-by-side - have tried a number of CSS options from other forum posts and replaced section id's for my particular case but having no luck at the minute. There's a few similar I need to do across the website - if someone can please help with the CSS and which codes I need to be using, that'd be great! Thanks in advance! Beyondspace 1 Link to comment
Beyondspace Posted April 7, 2021 Share Posted April 7, 2021 (edited) 28 minutes ago, richardgreencreative said: Site URL: http://www.foxandvamp.squarespace.com Hi All On the home page of the website I'm currently working on, trying to have the two images on the attached screenshot to appear side-by-side - have tried a number of CSS options from other forum posts and replaced section id's for my particular case but having no luck at the minute. There's a few similar I need to do across the website - if someone can please help with the CSS and which codes I need to be using, that'd be great! Thanks in advance! What is your site wide password Edited April 7, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
richardgreencreative Posted April 7, 2021 Author Share Posted April 7, 2021 Apologies! PW: london88 thank you Beyondspace 1 Link to comment
Beyondspace Posted April 7, 2021 Share Posted April 7, 2021 24 minutes ago, richardgreencreative said: Apologies! PW: london88 thank you try #block-yui_3_17_2_1_1617703934359_21106 + .row > .col { float: left !important; width: 50% !important; } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
richardgreencreative Posted April 7, 2021 Author Share Posted April 7, 2021 That's got it! Amazing - thanks so much 😃 Beyondspace 1 Link to comment
richardgreencreative Posted April 7, 2021 Author Share Posted April 7, 2021 Tried the same code for a couple of blocks further down the same home page. First two seem to be okay, but the second row not quite right... any help on this one too please? thanks Link to comment
tuanphan Posted April 12, 2021 Share Posted April 12, 2021 On 4/8/2021 at 5:53 AM, richardgreencreative said: Tried the same code for a couple of blocks further down the same home page. First two seem to be okay, but the second row not quite right... any help on this one too please? thanks Add to Design > Custom CSS /* Cant decide 4 images */ @media screen and (max-width:767px) { #block-8f0f1729810bd3d6e6ee+.row>.col { float: left !important; width: 50% !important; } #block-8f0f1729810bd3d6e6ee+.row>.col:nth-child(2n+1) { clear: left; } } 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
tuanphan Posted April 12, 2021 Share Posted April 12, 2021 On 4/8/2021 at 5:53 AM, richardgreencreative said: Tried the same code for a couple of blocks further down the same home page. First two seem to be okay, but the second row not quite right... any help on this one too please? thanks Also, the site has some problems Site URL: https://foxandvamp.squarespace.com/ 1. (Tablet-Homepage) White bar on right of screen 2. (Tablet-Hair extensions) Increase boxes width? 3. (Mobile-Lash Extensions) change order of some text/images on mobile? 4. (Mobile) Similar on Eyebrow 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
richardgreencreative Posted April 13, 2021 Author Share Posted April 13, 2021 Hi @tuanphan Thanks for the reply and the issues you've pointed out. Please can I ask which tablet you're using for seeing these issues? Now that there's no tablet preview within SS, I used an iPad Air for any tablet resizing and thought I'd resolved these last week - there must be something I'm still missing. As far as the images/text rearranging, I'd made a forum post last week about these as the code wasn't working for me, I don't appear to have received a reply to that post and couldn't figure out the code to swap images so that they all followed order as below for each section. 1. Title 2. Image 3. Information Appreciate your help. Thanks Link to comment
tuanphan Posted April 14, 2021 Share Posted April 14, 2021 7 hours ago, richardgreencreative said: Hi @tuanphan Thanks for the reply and the issues you've pointed out. Please can I ask which tablet you're using for seeing these issues? Now that there's no tablet preview within SS, I used an iPad Air for any tablet resizing and thought I'd resolved these last week - there must be something I'm still missing. As far as the images/text rearranging, I'd made a forum post last week about these as the code wasn't working for me, I don't appear to have received a reply to that post and couldn't figure out the code to swap images so that they all followed order as below for each section. 1. Title 2. Image 3. Information Appreciate your help. Thanks I use iPad mode in Chrome Developer Tool (You can right click on anywhere >> Click Inspect Element >> Select iPad on top of screen) With Q3. You mean order like this? 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