hello, im trying to align every thing on center , it worked on phone exepet for amount but on desktop it looks weird. im using dawn default theme
oh sorry for that issue can you please share store url so i will check and let you kno
yes friend, thank you https://dleofficial.myshopify.com/
Hello @skai
Can you give me your Store password so I can check it for you?
Kind & Best regards,
GemPages Support Team
Ho @skai , Kindly provide your store password so I can help you with this?
Hi @skai ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.product-form__input,
.product-form__quantity .quantity {
margin-left: auto !important;
margin-right: auto !important;
}
Hope it helps!
didn’t help.
yes, password is dle
yes, password is dle
Hi @skai ,
Please add code:
.product__info-container {
text-align: center;
}
.product-form__input, .product-form__quantity .quantity {
margin-left: auto !important;
margin-right: auto !important;
}
thank you so much friend.
hey sorry friend again, how can i remove the footer completely? No line separator and the @2022 dleofficial at the bottom?
Hi @skai ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.footer {
display: none !important;
}
Hope it helps!
amazing friend