-
Posts
50 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Everything posted by Goood_Studio
-
Hello My client has a wavy line in their logo and wants to recreate it in the page dividers. I've played around with the settings to try and match it as much as possible but it's just a bit too pointy! Is it possible to just tweak with css or will I need to add a bespoke divider (and if so how?!) https://pamcommonartcollective.squarespace.com/ password: pam Many thanks
-
Yes please
-
Hi Tuanphan I'm having this issue too with shapes rather than images stretching. Here's the URL: www.goood.studio/home/#what-we-do Do I need to get the block ID and add a fixed height? What would that look like? Thanks you!
-
Thanks! Worked a treat
-
mobile Show adjacent items for Auto-layout carousel on mobile
Goood_Studio replied to Goood_Studio's topic in Customize with code
Hi. Sorry if it's too late but I use a code someone else wrote to move the button over the image and hide it: /* Make list images on people clickable */ section[data-section-id="ADD YOUR OWN"] li.list-item { position: relative !important; } section[data-section-id="ADD YOUR OWN"] .list-item-content__button-container { position: absolute !important; top: 0; bottom: 0; left: 0; right: 0; } section[data-section-id="ADD YOUR OWN"] a.list-item-content__button.sqs-block-button-element { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; color: transparent !important; background-color: transparent !important; } -
Thanks tuanphan but when I bring the font size down below 20px the line height doesn't change? This is what I'm using: pre code { font-family: futura, sans-serif !important; font-size: 15px !important; line-height: 5px !important; } Here's the page: www.unthinkabledigital.co.uk/case-studies/heart-n-soul
-
Hello. The pre code worked for me but when I reduce the font size the line height stays large. I've tried adding {line-height:normal !important;} but it makes no difference. Here's the page: www.unthinkabledigital.co.uk/case-studies/heart-n-soul
-
Add sticky text block with fluid engine
Goood_Studio replied to semigrownkid's topic in Customize with code
Thanks but I decided to just use the header button and have it fixed and hide the logo on scroll- 11 replies
-
- text
- fluid engine
-
(and 1 more)
Tagged with:
-
Hi Roland Is it possible to do this now? Thanks
-
Add sticky text block with fluid engine
Goood_Studio replied to semigrownkid's topic in Customize with code
This is the code I'm using in the page header: #block-yui_3_17_2_1_1673604221221_17626{ position: fixed; top: 40%; left: 96%; transform-origin: 100% 0; z-index: 9999; width: 40px; } But only appears for that section unthinkable.squarespace.com unthinkable Thanks- 11 replies
-
- text
- fluid engine
-
(and 1 more)
Tagged with:
-
mobile Show adjacent items for Auto-layout carousel on mobile
Goood_Studio replied to Goood_Studio's topic in Customize with code
For anyone that is interested.. Here's what worked for me. Code was pasted in the site Header: <style> @media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="639c679e8b229b37d4607eed"] ul { grid-template-columns: repeat(2,1fr) !Important; margin-left:29% !important; } } </style> Thanks @nickehsmith for the missing bit -
Add sticky text block with fluid engine
Goood_Studio replied to semigrownkid's topic in Customize with code
Hello - did you manage to get the block to be fixed over the whole page (I am assuming multiple sections? I can only get it to stick to one section Thanks- 11 replies
-
- text
- fluid engine
-
(and 1 more)
Tagged with:
-
list-summary Randomize items for List sections in carousel
Goood_Studio replied to Goood_Studio's topic in Customize with code
Hello Any chance anyone has done this before? Thanks -
mobile Show adjacent items for Auto-layout carousel on mobile
Goood_Studio replied to Goood_Studio's topic in Customize with code
unthinkable.squarespace.com/home-final PW: unthinkable Thanks!