dwaynesmom
Circle Member-
Posts
18 -
Joined
-
Last visited
Content Type
Forums
Gallery
Blogs
Events
Store
Downloads
Profiles
Everything posted by dwaynesmom
-
Ability to drag and relocate images on published site?
dwaynesmom replied to dwaynesmom's topic in Customize with code
That worked perfectly! Thanks so much!- 2 replies
-
- images
- custom-css
-
(and 2 more)
Tagged with:
-
Hi! Odd question. I'm wondering if there is a way to make these .png images click+draggable by the user so the site visitor can move them around. I thought it would be a cute feature! I am familiar with the Javascript but that's not compatible with Squarespace. Thank you! Site is: paulamejia.com/home
- 2 replies
-
- images
- custom-css
-
(and 2 more)
Tagged with:
-
so sorry! yes. it's lamsa-bakaa.com/store. and yes where I have it mocked up is essentially where I want it placed!
-
@melody495 ^ ❤️
-
Hey Melody. The website is lamsa-bekaa.com and the image I attached was just a mockup. I don't know how to get my circle png to float at the top of the page! Thanks for your help.
-
I'm trying to get this circle .png to float in the header of my site on just the store page. I cannot figure it out! Here is a mockup of the look I'm going for!
-
Blank space at bottom of Product Page
dwaynesmom replied to dwaynesmom's topic in Customize with code
- 15 replies
-
- product
- product-page
-
(and 1 more)
Tagged with:
-
Blank space at bottom of Product Page
dwaynesmom replied to dwaynesmom's topic in Customize with code
@creedon I'm using this code. Is there a different one? <style> .tweak-products-width-inset .products.collection-content-wrapper { --padding : 4vw; padding-bottom : var( --padding ); padding-top : var( --padding ); } </style>- 15 replies
-
- product
- product-page
-
(and 1 more)
Tagged with:
-
Blank space at bottom of Product Page
dwaynesmom replied to dwaynesmom's topic in Customize with code
@creedon Still doesn't effect that chunk of padding at the bottom...- 15 replies
-
- product
- product-page
-
(and 1 more)
Tagged with:
-
Blank space at bottom of Product Page
dwaynesmom replied to dwaynesmom's topic in Customize with code
@creedon Ah, sorry. I removed it because it wasn't working but just added back in!- 15 replies
-
- product
- product-page
-
(and 1 more)
Tagged with:
-
Blank space at bottom of Product Page
dwaynesmom replied to dwaynesmom's topic in Customize with code
@creedonThat doesn't seem to do it 😕 Not noticing any change with that code.- 15 replies
-
- product
- product-page
-
(and 1 more)
Tagged with:
-
Blank space at bottom of Product Page
dwaynesmom replied to dwaynesmom's topic in Customize with code
@creedon unfortunately that changes the margin for the entire site and I only need to adjust the bottom margin on the product pages. Is there a CSS for that?- 15 replies
-
- product
- product-page
-
(and 1 more)
Tagged with:
-
Blank space at bottom of Product Page
dwaynesmom replied to dwaynesmom's topic in Customize with code
Hi @creedon! Site is live at lamsa-bekaa.com but the issue is only on the store individual products page. I have a landing page set up so just go to lamsa-bekaa.com/store to avoid it.- 15 replies
-
- product
- product-page
-
(and 1 more)
Tagged with:
-
There is a large gap and blank white space at the bottom of each of my product pages. How do I get rid of it?
- 15 replies
-
- product
- product-page
-
(and 1 more)
Tagged with:
-
Thank you so much. Unfortunately I don't notice any difference on my site. The custom cursor only shows up periodically. There doesn't seem to be much reason for it.
-
Site URL: http://juniorhighla.com My custom cursor only shows up randomly. It flickers on and off. Any idea why? Site: juniorhighla.com Current code in Custom CSS: body { margin: 0; height: 100vh; cursor: url(https://static1.squarespace.com/static/56eadb72d51cd4a1f93f5e10/t/61cf76479673080e2fa33a8f/1640986183767/CursorFinal.png), auto; } a:hover{ cursor: url(https://static1.squarespace.com/static/56eadb72d51cd4a1f93f5e10/t/61cf76479673080e2fa33a8f/1640986183767/CursorFinal.png), auto; }