RyanZhuo Posted April 12, 2021 Posted April 12, 2021 Site URL: https://www.wellputryan.com/en/services Password to the site is hello123 I am on a personal plan and cannot inject custom code to the header. I need to use a code block. I want to override Squarespace's maximum column limit of 6 so that all 8 logos are on one line. Can anyone help with the CSS for that? And where should I put the code block so it doesn't make the text look bad? Bottom of the page? Thank you! Beyondspace 1
Beyondspace Posted April 12, 2021 Posted April 12, 2021 6 minutes ago, RyanZhuo said: Site URL: https://www.wellputryan.com/en/services Password to the site is hello123 I am on a personal plan and cannot inject custom code to the header. I need to use a code block. I want to override Squarespace's maximum column limit of 6 so that all 8 logos are on one line. Can anyone help with the CSS for that? And where should I put the code block so it doesn't make the text look bad? Bottom of the page? Thank you! try section[data-section-id="606c4eff9e0ee4089fd0006b"] .gallery-grid-wrapper { grid-template-columns: repeat(8, 1fr) !important; } RyanZhuo and tuanphan 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted April 15, 2021 Posted April 15, 2021 On 4/12/2021 at 8:51 PM, RyanZhuo said: Site URL: https://www.wellputryan.com/en/services Password to the site is hello123 I am on a personal plan and cannot inject custom code to the header. I need to use a code block. I want to override Squarespace's maximum column limit of 6 so that all 8 logos are on one line. Can anyone help with the CSS for that? And where should I put the code block so it doesn't make the text look bad? Bottom of the page? Thank you! Squarespace 7.1 brought gallery block back!, so you can add up to 10 column! tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
therisejourney Posted July 6, 2021 Posted July 6, 2021 @tuanphan @bangank36 I can do custom code and would love to get 8-10 images in a row (on a standard desktop) but gallery blocks seem to max out at 6. have you had any success with custom code to change this?
tuanphan Posted July 7, 2021 Posted July 7, 2021 @therisejourney you can add 6 then we will use code to increase this limit 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!)
splashtext Posted January 16, 2022 Posted January 16, 2022 I am trying to edit multiple galleries at once but am only able to edit one of them here is the code I am using: section[data-section-id="61e332e238ef86106799c556"] .gallery-grid-wrapper { grid-template-columns: repeat(14, 1fr) !important; section[data-section-id="61e32a19b0a6b3288a64fda7"] .gallery-grid-wrapper { grid-template-columns: repeat(7, 1fr) !important; section[data-section-id="61e3274505a42f2bec110cdf"] .gallery-grid-wrapper { grid-template-columns: repeat(7, 1fr) !important; }}}https://splashtext.art/collections/a-thiefs-thesis
tuanphan Posted January 17, 2022 Posted January 17, 2022 On 1/16/2022 at 8:59 AM, splashtext said: I am trying to edit multiple galleries at once but am only able to edit one of them here is the code I am using: section[data-section-id="61e332e238ef86106799c556"] .gallery-grid-wrapper { grid-template-columns: repeat(14, 1fr) !important; section[data-section-id="61e32a19b0a6b3288a64fda7"] .gallery-grid-wrapper { grid-template-columns: repeat(7, 1fr) !important; section[data-section-id="61e3274505a42f2bec110cdf"] .gallery-grid-wrapper { grid-template-columns: repeat(7, 1fr) !important; }}}https://splashtext.art/collections/a-thiefs-thesis You can combine section[data-section-id="61e332e238ef86106799c556"] .gallery-grid-wrapper { grid-template-columns: repeat(14, 1fr) !important; } section[data-section-id="61e32a19b0a6b3288a64fda7"], section[data-section-id="61e3274505a42f2bec110cdf"] { .gallery-grid-wrapper { grid-template-columns: repeat(7, 1fr) !important; } } 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!)
Romer Posted November 20, 2023 Posted November 20, 2023 Hello @tuanphan could you help, please? I want to add more columns to my gallery. do i use the same code as above, but change the data-section-id? https://penguin-blue-jseg.squarespace.com/ Thanks
tuanphan Posted November 22, 2023 Posted November 22, 2023 On 11/21/2023 at 12:23 AM, Romer said: Hello @tuanphan could you help, please? I want to add more columns to my gallery. do i use the same code as above, but change the data-section-id? https://penguin-blue-jseg.squarespace.com/ Thanks You mean for Unsere Partner logos? 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!)
Romer Posted November 23, 2023 Posted November 23, 2023 @tuanphan Oh no. I was trying something different. I want to add more columns to a simple gallery. I am restricted to 6 columns.
tuanphan Posted November 26, 2023 Posted November 26, 2023 On 11/23/2023 at 11:15 PM, Romer said: @tuanphan Oh no. I was trying something different. I want to add more columns to a simple gallery. I am restricted to 6 columns. We need to use code to increase more columns. Which gallery are you referring to? We can give code to do this 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!)
Romer Posted November 27, 2023 Posted November 27, 2023 @tuanphan I want this gallery to have more than 6 columns. What code needs to be added? Thanks
tuanphan Posted November 28, 2023 Posted November 28, 2023 On 11/27/2023 at 3:53 PM, Romer said: @tuanphan I want this gallery to have more than 6 columns. What code needs to be added? Thanks All Gallery Grid Simple on your site or gallery on specific page? If specific, can you share url? If all, let me know, I will give code 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!)
Romer Posted December 6, 2023 Posted December 6, 2023 Hello, @tuanphan. Just the specific grid on page. section[data-section-id="6564581a43ba8403985922d5"] https://www.roemerwildberger.com/ penguin-blue-jseg.squarespace.com
tuanphan Posted December 7, 2023 Posted December 7, 2023 On 12/6/2023 at 7:13 PM, Romer said: Hello, @tuanphan. Just the specific grid on page. section[data-section-id="6564581a43ba8403985922d5"] https://www.roemerwildberger.com/ penguin-blue-jseg.squarespace.com I don't see this section section[data-section-id="6564581a43ba8403985922d5"] on the page Can you take a screenshot? Maybe your id is incorrect 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!)
Romer Posted December 7, 2023 Posted December 7, 2023 57 minutes ago, tuanphan said: I don't see this section section[data-section-id="6564581a43ba8403985922d5"] on the page Can you take a screenshot? Maybe your id is incorrect @tuanphan The section is hidden at the moment. Does that change anything?
Romer Posted December 7, 2023 Posted December 7, 2023 15 minutes ago, Romer said: @tuanphan The section is hidden at the moment. Does that change anything?
tuanphan Posted December 9, 2023 Posted December 9, 2023 Use this CSS code, you can adjust number 8 /* Gallery logos */ @media screen and (min-width:992px) { section[data-section-id="6564581a43ba8403985922d5"] .gallery-grid-wrapper { grid-template-columns: repeat(8,1fr) !important; } } 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!)
Romer Posted December 14, 2023 Posted December 14, 2023 On 12/9/2023 at 3:00 AM, tuanphan said: Use this CSS code, you can adjust number 8 /* Gallery logos */ @media screen and (min-width:992px) { section[data-section-id="6564581a43ba8403985922d5"] .gallery-grid-wrapper { grid-template-columns: repeat(8,1fr) !important; } } Doesn't seem to be working. Have I made a mistake?
tuanphan Posted December 16, 2023 Posted December 16, 2023 On 12/14/2023 at 5:56 PM, Romer said: Doesn't seem to be working. Have I made a mistake? Click Arrow on top right of site. 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!)
Romer Posted January 8 Posted January 8 On 12/16/2023 at 4:28 AM, tuanphan said: Click Arrow on top right of site. Didn't make a difference
tuanphan Posted January 10 Posted January 10 Can you share link again? I can't find gallery now https://www.roemerwildberger.com/ 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment