I would like to remove the padding of the product information box. So the breadcrumbs could come closer to the picture. I am using Dawn theme. I tried to do something with chatgpt and css but I think I didn’t find the right DIV.
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
K.K
Hey @Kylara , please try this code if you have some coding knowledge
- {{ product.title | truncatewords: 6 }}
truncatewords
Shortens a string down to the number of words passed as an argument. If the specified number of words is less than the number of words in the string, an ellipsis (…) is appended to the string.
I am adding a truncatewords
the truncatewords Shorten a string down to the number of words passed as an argument. If the specified number of words is less than the number of words in the string, an ellipsis (…) is appended to the string.
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
K.K
I am adding a truncatewords
the truncatewords Shorten a string down to the number of words passed as an argument. If the specified number of words is less than the number of words in the string, an ellipsis (…) is appended to the string.
If you need further assistance, please let me know. If you found my help useful, consider liking this message and marking it as the solution.
Best regards
K.K
Hello @Kylara , If the solution presented meets your needs and addresses your query effectively, I encourage you to accept it as the chosen My All Answer. This will acknowledge your support and aid fellow community members in identifying reliable and effective solutions for their similar concerns.
Thank you.
Is it possible to do something like this: If the customer is scrolling in the collection and scrolls down for 3 seconds and then clicks on a item. They will arrive in the product listing. But when they now want to go back to the collection, the website should automatically bring them to the place where they left off. Not to the beginning of the collection. Can this be done through the breadcrumbs or somehow? Or is it too difficult? Because it should work when the customer so to say hits undo (like swiping left on an iphone so it brings you back to the previous page).