SashaMiana Posted October 13, 2021 Share Posted October 13, 2021 (edited) Site URL: https://www.sashamiana.co I would really like to add a title to my gallery section! I've tried using the previous section above it, but the padding is too thick and it looks silly. Please help. Edited October 13, 2021 by SashaMiana add information Link to comment
Beyondspace Posted October 14, 2021 Share Posted October 14, 2021 (edited) 1 hour ago, SashaMiana said: Site URL: https://www.sashamiana.co I would really like to add a title to my gallery section! I've tried using the previous section above it, but the padding is too thick and it looks silly. Please help. Do you mean some thing like this? Can you describes more detail about your issue? Edited October 14, 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
SashaMiana Posted October 14, 2021 Author Share Posted October 14, 2021 No, actually, above the scrolling logos, I'd like to put "Featured Clients"! It is a gallery reel section. Thank you!! Link to comment
Beyondspace Posted October 14, 2021 Share Posted October 14, 2021 3 hours ago, SashaMiana said: No, actually, above the scrolling logos, I'd like to put "Featured Clients"! It is a gallery reel section. Thank you!! You can try adding to Home > Design > Custom Css section[data-section-id="616722482bd1ee7450ac2795"]::before { content: 'Featured Clients'; color:#000; font-size: 2em; display:block; width:100%; height:80px; position: absolute; top:0; z-index:1; margin:auto; text-align:center; line-height: 80px } Support me by pressing 👍 if this useful for you 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
Beyondspace Posted October 14, 2021 Share Posted October 14, 2021 This is my result 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
SashaMiana Posted October 14, 2021 Author Share Posted October 14, 2021 That's amazing!! You are the best. Thank you! Link to comment
kennyi Posted April 22, 2022 Share Posted April 22, 2022 Sorry to hijack this post - I tried the CSS script to add a title to my gallery, which worked great until I tried to resize my browser, and then the title would go to some weird position. Would you know how to fix this@bangank36 ? Thanks in advance 🙂 Link to comment
Beyondspace Posted April 23, 2022 Share Posted April 23, 2022 9 hours ago, kennyi said: Sorry to hijack this post - I tried the CSS script to add a title to my gallery, which worked great until I tried to resize my browser, and then the title would go to some weird position. Would you know how to fix this@bangank36 ? Thanks in advance 🙂 Can you share your site with site-wide password? 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
kennyi Posted April 23, 2022 Share Posted April 23, 2022 15 minutes ago, bangank36 said: Can you share your site with site-wide password? Sure, the page is https://kenny.squarespace.com/vfx (no password) I'm experimenting with your custom CSS here - it works until the browser is resized or in mobile mode (chrome). Also, I wonder if it'd be possible to control the spacing above the title? It looks a bit tight at the moment and I can't find the parameter to change that. Thanks again 🙂 Link to comment
Beyondspace Posted April 23, 2022 Share Posted April 23, 2022 48 minutes ago, kennyi said: Sure, the page is https://kenny.squarespace.com/vfx (no password) I'm experimenting with your custom CSS here - it works until the browser is resized or in mobile mode (chrome). Also, I wonder if it'd be possible to control the spacing above the title? It looks a bit tight at the moment and I can't find the parameter to change that. Thanks again 🙂 Kindly replace the old code with the following one to set the title correspondingly section[data-section-id="626127c40ce3b24fa47ef997"] .content-wrapper:before { content: '// selected frames'; color:#000; text-align: center; padding: 20px 0; font-size: 2em; } section[data-section-id="626127c40ce3b24fa47ef997"] .content-wrapper { flex-direction: column; } Let me know how it works on your site 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
kennyi Posted April 23, 2022 Share Posted April 23, 2022 22 minutes ago, bangank36 said: Kindly replace the old code with the following one to set the title correspondingly section[data-section-id="626127c40ce3b24fa47ef997"] .content-wrapper:before { content: '// selected frames'; color:#000; text-align: center; padding: 20px 0; font-size: 2em; } section[data-section-id="626127c40ce3b24fa47ef997"] .content-wrapper { flex-direction: column; } Let me know how it works on your site The title now stay in the same position when the browser resizes! Thanks so much 🙂 One more thing - is it possible to adjust / reduce the gap between the title and the gallery? Thanks again! Beyondspace 1 Link to comment
Beyondspace Posted April 23, 2022 Share Posted April 23, 2022 4 hours ago, kennyi said: The title now stay in the same position when the browser resizes! Thanks so much 🙂 One more thing - is it possible to adjust / reduce the gap between the title and the gallery? Thanks again! This space is cause by the adding of the gallery. You can add the following code to reduce the gap section[data-section-id="626127c40ce3b24fa47ef997"] .gallery-grid { padding-top: 0; } And modify the padding of the title by change the padding value https://forum.squarespace.com/topic/206307-can-i-add-a-title-to-a-gallery-section/?do=findComment&comment=544730 kennyi 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
kennyi Posted April 23, 2022 Share Posted April 23, 2022 1 hour ago, bangank36 said: This space is cause by the adding of the gallery. You can add the following code to reduce the gap section[data-section-id="626127c40ce3b24fa47ef997"] .gallery-grid { padding-top: 0; } And modify the padding of the title by change the padding value https://forum.squarespace.com/topic/206307-can-i-add-a-title-to-a-gallery-section/?do=findComment&comment=544730 Works like a charm! Thanks so much for all your help! Link to comment
kennyi Posted April 23, 2022 Share Posted April 23, 2022 (edited) 2 hours ago, bangank36 said: This space is cause by the adding of the gallery. You can add the following code to reduce the gap section[data-section-id="626127c40ce3b24fa47ef997"] .gallery-grid { padding-top: 0; } And modify the padding of the title by change the padding value https://forum.squarespace.com/topic/206307-can-i-add-a-title-to-a-gallery-section/?do=findComment&comment=544730 Sorry - one last question actually - how would I align the title text to the left of the gallery? I tried changing the CSS code to "text-align: left;" , but the title then aligns to the left border of the page rather than aligning to the left of the gallery? Would it be possible to do that? Thanks again! Edited April 23, 2022 by kennyi upload printscreen Link to comment
tuanphan Posted April 26, 2022 Share Posted April 26, 2022 On 4/24/2022 at 12:46 AM, kennyi said: Sorry - one last question actually - how would I align the title text to the left of the gallery? I tried changing the CSS code to "text-align: left;" , but the title then aligns to the left border of the page rather than aligning to the left of the gallery? Would it be possible to do that? Thanks again! Do you still need help? https://kenny.squarespace.com/vfx 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
kennyi Posted April 26, 2022 Share Posted April 26, 2022 I managed to fix it thank you 🙂 tuanphan 1 Link to comment
PronicCPT Posted March 20 Share Posted March 20 (edited) Hi there, Thanks for the great tips. Does this code help for the images to loop through continuously like a carousel? I am trying for that effect but not having luck yet. Thanks Edited March 20 by PronicCPT more info Link to comment
tuanphan Posted March 24 Share Posted March 24 On 3/21/2023 at 1:56 AM, PronicCPT said: Hi there, Thanks for the great tips. Does this code help for the images to loop through continuously like a carousel? I am trying for that effect but not having luck yet. Thanks Which code are you referring to? 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