I’d like to make price positioned centrally on all screens (e.g. desktop, phone..)
Any advice is really appreciated.
URL: https://www.heightboost.co.uk/products/capsules
Dawn theme
I’d like to make price positioned centrally on all screens (e.g. desktop, phone..)
Any advice is really appreciated.
URL: https://www.heightboost.co.uk/products/capsules
Dawn theme
Hi @BraxtonEcom
This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Online Store ->Theme ->Edit code
Assets ->Base.css
@media(max-width: 767px){
.price.price--large.price--show-badge {
display: flex !important;
justify-content: center !important;
}
}
Hope you find my answer helpful!
Best regards,
Richard | PageFly
Hi @BraxtonEcom
You can try this one.
div#price-template--16141585547430__main {
text-align: center;
}
Result:
Mobile:
Desktop:
I hope it help.
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"