-
Posts
11 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Posts posted by ClaudiaTeng
-
-
Site URL: https://aliceleighyuan.squarespace.com/config/pages/66b337f5d9cd1873f95fc5f8
I have this annoying extra space on the top of the gallery grid images, but I can't get rid of it.. how to do so?
https://aliceleighyuan.squarespace.com/config/pages/66b337f5d9cd1873f95fc5f8
password: alice
-
Would it be possible to have the extra letters IN BETWEEN the title instead of after it?
As this is for a designer's site and he wants it to expand his full name when someone hovers over it.
Ex. Jon Doe ➜ Jonathan Doe on hover.
Thank you ! 🤩 @Beyondspace
-
17 hours ago, Beyondspace said:
You miss this code
#site-title { display: flex; }
I did include it! @Beyondspace
-
23 hours ago, Beyondspace said:
We can use javascript code to listen the onmouse event for the target and then set the right position for this text. Which plan are you in? to enable javascript code, we need at least the business plan
Can definitely upgrade to the business plan, but I'd love to try it out first beforehand to see how it would work! Would that be possible? @Beyondspace
-
thank you! @Beyondspace! however, when I hover over, somehow the text is slightly above the main logo?
see site: https://jellyfish-oval-2dlg.squarespace.com/
p/w: hi
-
Hi,
Does anyone know how this horizontal scrolling effect is achieved? I want to also include the text + image / gif / video as 1 section not just a gallery carousel slider.
Reference: https://www.silviacantu.com/
Thank you!
-
Hello,
I'm trying to add some custom text "Play Reel" to follow my cursor when I hover over a video, have the video slightly darkened, and also open the video in a new 16x9 lightbox when clicked. See reference here: https://www.tomorrowbureau.io/
Does anyone know if this is possible?
-
did you hover over the text? it's a demo site @Beyondspace
https://codepen.io/shettytejas/pen/wvdVLwB
I want to achieve this effect but with the site title.
Thank you!
-
Hi,
Does anyone know how to achieve this effect (expanded text on hover) for the site title / logo?
https://www.codehim.com/demo/expand-text-on-hover-using-css/
Thanks in advance! ❤️
-
Reducing padding on Desktop portfolio grid
in Customize with code
Posted
Site URL: https://www.aliceleighyuan.com/portfolio
Hello!
My portfolio has so much spacing on the desktop version, how do I reduce it?
I was using this code:
/* Padding on mobile portfolio grid */
@media only screen and (max-width: 640px) {
.tweak-portfolio-grid-basic-height-custom .portfolio-grid-basic {
padding-top: 20vw;
padding-bottom: 10vw;
min-height: 100vh;
}}
However, I need to keep the mobile code as is, otherwise the portfolio grid will cover the mobile navigation and be too close to the mobile menu.
Thanks!