Kacia
Member-
Content Count
26 -
Joined
-
Last visited
-
tuanphan reacted to a post in a topic: Hyperlink underline gap is too big
-
Hi all, I have the same question. At 1024px, I'd like my elements to stack the way they do starting at 767px. I've tried doing it using both block IDs and collection IDs with this code: @media screen and (max-width:1024px) { #block-yui_3_17_2_1_1604945843514_49007, #block-yui_3_17_2_1_1604945843514_39257 { width: 100%;} } or @media screen and (max-width:1024px) { #collection-5f4afc600f239b75b2a096cb7 { width: 100%;} } but none of it seems to be working. Any support is appreciated! Website is innersourcehealing.org. Thanks! Kacia
-
Force text and image blocks to stack on tablet (everything under 1024px)
Kacia replied to ilirium1's question in Coding and Customization
Hi! I'm very interested in the answer to this as well! @ilirium1 did you figure this out? -
@WillScheren I don't have one! I think @inside_the_square is the one with the codes
-
In case this helps anyone, I used what @tuanphan wrote above and arrived at a solution: h2 a { position: relative; width: auto; display: inline-block; height: 1.15em; } h3 a { position: relative; width: auto; display: inline-block; height: 1.15em; } I'm not sure if this is the best way to do it, but it worked so I'll go with it for now.
-
Replace logo + force burger menu for tablet
Kacia replied to Kacia's question in Coding and Customization
Thank you! I was having trouble with it and then changed "min-width" to "max-width" and then it worked perfectly! -
tuanphan reacted to an answer to a question: Third-party testimonial slider off-center?
-
modifying newsletter block in footer, version 7.1
Kacia replied to Kacia's question in Coding and Customization
@tuanphanOh, I didn't realize the paragraph line could be forced to break like that. Thank you for catching that and for your suggestion. This is definitely code above my level! -
Replace logo + force burger menu for tablet
Kacia replied to Kacia's question in Coding and Customization
Hi @tuanphan, it's He@1ing Thanks! -
bangank36 reacted to an answer to a question: Third-party testimonial slider off-center?
-
Display day of the week for Events in a Summary Block
Kacia posted a question in Coding and Customization
Site URL: https://vibraphone-dove-dpfn.squarespace.com/ Hi everyone, I'm sooo close to finishing my site! I'm blown away by the level of help to be found in this forum. Thanks all! I'd like to show the day of the week for my events (pulling from an Events page into a summary block, seen here: https://vibraphone-dove-dpfn.squarespace.com/calendar. It seems tight to squeeze it into the date block on the thumbnail, but perhaps it could be displayed as metadata somehow? Thanks! Password to my site is He@1ing. Kacia -
Third-party testimonial slider off-center?
Kacia replied to Kacia's question in Coding and Customization
@bangank36 THANK YOU! i have been fiddling with this for days. Thank you so much! -
bangank36 reacted to a question: Third-party testimonial slider off-center?
-
Hi @abibacon! So many answers in this thread but can't figure out if any of them are actually answering your specific question. I'm experiencing the same thing. Did you end up figuring this out? Thanks! Kacia
-
@tuanphan screenshots below!
-
Wow, amazed that everyone has had this issue too! And annoyed with Squarespace; why does this issue exist? Would love help moving my lines closer to the text as well. The issue seems only to exist with headers; paragraph links are fine. You can see the issue throughout this page: https://vibraphone-dove-dpfn.squarespace.com/our-approach (password He@1ing). Thank you!! Kacia
-
creedon reacted to an answer to a question: Customising the text on "View event" and "Back to All Events" links
-
Kacia reacted to a post in a topic: Aktiv font causes link underline with too much spacing (7.1)
-
Customising the text on "View event" and "Back to All Events" links
Kacia replied to therealmiguel's question in Coding and Customization
Worked for me too, thanks @creedon!- 12 replies
-
- events-page
- events
-
(and 2 more)
Tagged with:
-
Customise CTA button colour on mobile menu 7.1
Kacia replied to Hjoou's question in Coding and Customization
Yes please! I actually posted a separate question about the off-center text, details here: -
creedon reacted to an answer to a question: modifying newsletter block in footer, version 7.1
-
Site URL: https://vibraphone-dove-dpfn.squarespace.com/ Hi everyone, My header nav gets really crowded and starts stacking weirdly at around 1538px wide. Once you start scrolling the ugly stacking disappears because I added code to replace the logo with a smaller version upon scroll. To help with the stacking issue pre-scroll, I'd like to do two things: 1) Replace the logo with a smaller version starting at 1538px wide. 2) Force the hamburger menu at around 1400px wide. Password to the site is He@1ing. I would appreciate any help! Thanks so much! Kacia