No content to show
User Activity
You can refer to this css:.collection-list-wrapper .card__heading a {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}
.collection-list-wrapper .card__heading .icon-wrap svg {
transform: rotate(-180deg);
}
01-05-2025
You can refer to this css:.m-header__desktop .m-header__center {
justify-content: flex-end;
}
01-03-2025
In the main-product.liquid file, check if you can find another {{ product.description }}. If there is a second one, you can delete it.If you still encounter difficulties, you can send the store information to my email and I will assist you
01-02-2025
Update the class to:product-info .page-width {
max-width: 80% !important;
padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
/* Mobile version */
product-info .page-width {
max-width: 90% !important;
}
}
01-02-2025
Hi Mabinibooks,Update the class to:<style>
product-info .page-width {
max-width: 80% !important;
padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
/* Mobile version */
product-info .page-width {
max-width: 90% !import...
Hi joecoleman566, If you're using the Dawn theme, please follow these steps:Step 1: Go to the admin page -> Themes -> Customize https://prnt.sc/2TUTpijaIGoR Step 2: https://prnt.sc/6T11JQ5y2yZa, https://prnt.sc/7siF3aSOQnBB Step 3: Save. Hope this he...
Hi Alexdontero,If you are using the Dawn theme, currently this theme doesn't have the dots feature on the slider. If you want to add the dots, you can send the store information via email: ntvinh208@gmail.com and I will add it for you.
Can you send the store link?
01-02-2025
Step 1: Go to admin Themes https://prnt.sc/aZMMe1bKCJp5 -> Edit code.Step 2: Find the file: main-product.liquid -> find the class product__media-wrapper.Step 3: Paste the following code below {% render 'product-media-gallery', variant_images: variant...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
253 | 01-05-2025 04:22 AM | |
450 | 01-03-2025 02:16 AM |