giovana
Member-
Posts
18 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
giovana's Achievements
-
that worked, at all products page is not stacked anymore but i dont mind, thanks!
- 6 replies
-
- category
- code-injection
-
(and 1 more)
Tagged with:
-
- 32 replies
-
- product-page
- squarespace-7.1
-
(and 3 more)
Tagged with:
-
tuanphan reacted to a post in a topic: How to make video on aditional info look bigger on phone
-
"In all categories, the categories menu is appearing twice. Additionally, when one category is selected, the menu display format looks strange. I have read many forum posts about this issue, and it seems to be a difficult one to resolve.
- 6 replies
-
- category
- code-injection
-
(and 1 more)
Tagged with:
-
- 6 replies
-
- category
- code-injection
-
(and 1 more)
Tagged with:
-
tuanphan reacted to a post in a topic: How to move aditional info before add to cart
-
tuanphan reacted to a post in a topic: How to move additional product information block under add to cart button?
-
Hello there! I am trying to ensure that my categories are displayed in a stacked format on mobile devices, especially when a category page is selected. The code I am currently using is: /* Stacking shop categories and ensuring visibility on mobile */ @media screen and (max-width: 767px) { /* Ensuring the category navigation is visible and stacked correctly */ .nested-category-tree-wrapper { display: flex !important; flex-wrap: wrap; /* Allow categories to wrap to the next line if needed */ justify-content: center; /* Center align categories */ width: 100% !important; min-width: unset !important; max-width: unset !important; overflow-x: auto; /* Enable horizontal scrolling if categories overflow */ padding-top: 15px; /* Space above the categories */ box-sizing: border-box; /* Include padding in the element's total width */ } /* Ensuring the category items are styled correctly */ .nested-category-tree-wrapper ul { display: flex; /* Use flexbox for the list of categories */ flex-wrap: wrap; /* Allow items to wrap */ padding: 0; margin: 0; list-style: none; /* Remove default bullets */ white-space: nowrap; /* Prevent text wrapping */ } .nested-category-tree-wrapper ul li { margin: 5px; /* Add space between categories */ flex: 1 0 auto; /* Allow items to grow and shrink as needed */ } .nested-category-tree-wrapper ul li::after { content: ' |'; /* Separator */ margin-left: 10px; /* Space between category name and separator */ } .nested-category-tree-wrapper ul li:last-child::after { content: ''; /* Remove separator from the last item */ } /* Ensure the product list displays properly */ section.products.collection-content-wrapper.products-list { display: flex; /* Use flexbox for layout */ flex-direction: column; /* Stack products vertically */ } } …but it's not working. Can someone help? I didn’t save the code because it was too messy. Thanks!
- 6 replies
-
- category
- code-injection
-
(and 1 more)
Tagged with:
-
If I have created the relevant content with code, does Google also consider it for SEO? My content is on a separate portfolio page, and I embedded it into the additional info section with code.
-
Product link: https://celticfusiondesign.com/mens-1/p/sidhe-black-jacket Is there a way to make the video on the phone larger, like zooming in to remove the black edges on the sides? Thanks!
-
giovana reacted to a post in a topic: How to move additional product information block under add to cart button?
-
How to move aditional info before add to cart
giovana replied to giovana's topic in Customize with code
You already helped me in another post!Thank you so much -
Never mind! i found how to sticky the images and change the quantity padding, Thank you for your help! You are amazing
- 32 replies
-
- product-page
- squarespace-7.1
-
(and 3 more)
Tagged with:
-
How to move aditional info before add to cart
giovana replied to giovana's topic in Customize with code
https://celticfusiondesign.com/mens-1/p/sidhe-black-jacket -
Thank you so much! Sorry to bother you again, but is there a way to keep the images static while allowing the description part to scroll down? Also, can the square where we select the quantity be made smaller?
- 32 replies
-
- product-page
- squarespace-7.1
-
(and 3 more)
Tagged with:
-
How to move aditional info before add to cart
giovana replied to giovana's topic in Customize with code
yes 🙂