-
Posts
47 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
Goood_Studio's Achievements
-
Goood_Studio reacted to a post in a topic: Issue Causing Pages to Be Removed from Index
-
Goood_Studio reacted to a post in a topic: Auto scroll testimonials and logo sections
-
Goood_Studio reacted to a post in a topic: Navigation hover in Squarespace 7.1
-
Goood_Studio reacted to a post in a topic: Custom CSS code on plans
-
Goood_Studio reacted to a post in a topic: Custom CSS code on plans
-
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!
-
Goood_Studio changed their profile photo
-
Thanks! Worked a treat
-
Goood_Studio reacted to a post in a topic: Monospace custom font
-
tuanphan reacted to a post in a topic: Show adjacent items for Auto-layout carousel on mobile
-
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
-
tuanphan reacted to a post in a topic: Add sticky text block with fluid engine
-
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
-
tuanphan reacted to a post in a topic: Show adjacent items for Auto-layout carousel on mobile
-
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!