Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
There are 2 things I need help with. I have Dawn 15.3.0 Theme. Site is: iLovetoGolf.com
1. I want the sale price to be on the left & the one crossed out on the right. [Photo Below]
2. I would like the sizing on mobile to be smaller than on the desktop version, as it takes up too much space. [Photo Below]
Hello @ilovetogolf
Please follow the steps below after logging into the Shopify admin:
.card .card__information .card-information .price--on-sale .price__sale
{
display: flex;
flex-direction: row-reverse;
gap: 10px;
align-items: center;
}
@media screen and (max-width: 479px)
{
.card .card__information .card-information .price--on-sale .price__sale
{
gap: 0;
align-items: baseline;
justify-content: flex-end;
flex-direction: column-reverse;
}
}
Please hit Like and Mark it as a Solution if you find our reply helpful.
Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789
Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9
| USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021