Jump to content

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

  1. that worked, at all products page is not stacked anymore but i dont mind, thanks!
  2. "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.
  3. Never mind, I managed to apply it to all my items videos, thank you so much!!!!
  4. It worked perfect for this item! is it possible to do the same to all my listings?
  5. Sorry, is it possible to center it like this?
  6. 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!
  7. 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.
  8. 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!
  9. Never mind! i found how to sticky the images and change the quantity padding, Thank you for your help! You are amazing
  10. 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?
×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.