Aoifebr1 Posted November 9, 2020 Share Posted November 9, 2020 Site URL: http://www.magicalsantaletters.ie Hi 🙂 I want to resize the 'follow us on instagram' image block on mobile only. Is this possible with css? It's perfect on desktop but smaller on mobile so I was hoping to make it a little bigger! I've looked everywhere but haven't hit on anything yet. my website is http://www.magicalsantaletters.ie and my password is 1 Thank you kindly, - Aoife Link to comment
Beyondspace Posted November 9, 2020 Share Posted November 9, 2020 10 minutes ago, Aoifebr1 said: Site URL: http://www.magicalsantaletters.ie Hi 🙂 I want to resize the 'follow us on instagram' image block on mobile only. Is this possible with css? It's perfect on desktop but smaller on mobile so I was hoping to make it a little bigger! I've looked everywhere but haven't hit on anything yet. my website is http://www.magicalsantaletters.ie and my password is 1 Thank you kindly, - Aoife Is 100% width helps @media only screen and (max-width: 600px) { section[data-section-id="5fa7e44b099a931d36e613d9"] .sqs-layout .sqs-gallery-design-grid-slide { width: 100% !important; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Aoifebr1 Posted November 9, 2020 Author Share Posted November 9, 2020 Will this resize the text 'follow us on instagram' text above the instagram feed? Sorry if I didn't explain correctly! Link to comment
Beyondspace Posted November 9, 2020 Share Posted November 9, 2020 3 minutes ago, Aoifebr1 said: Will this resize the text 'follow us on instagram' text above the instagram feed? Sorry if I didn't explain correctly! So you want increase text not image? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Beyondspace Posted November 9, 2020 Share Posted November 9, 2020 10 minutes ago, Aoifebr1 said: Will this resize the text 'follow us on instagram' text above the instagram feed? Sorry if I didn't explain correctly! Replace code above to restore image to 2 colum and increase the title @media only screen and (max-width: 600px) { #block-yui_3_17_2_1_1604847453676_12852 .sqs-block-image-figure > div { position: relative; width: 450px; max-width: 855.0px; } } @media only screen and (max-width: 450px) { #block-yui_3_17_2_1_1604847453676_12852 .sqs-block-image-figure > div { position: relative; left: 50%; transform: translateX(-50%); } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.