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

How to: Switch Order of Pricing [and] Smaller Pricing on Mobile

How to: Switch Order of Pricing [and] Smaller Pricing on Mobile

ilovetogolf
Visitor
3 0 3

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]

Image 6-20-25 at 17.38 2.png

 

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]

Image 6-20-25 at 17.38.png

  

Reply 1 (1)

WebDeskSolution
Shopify Partner
252 55 64

Hello @ilovetogolf 

 

Please follow the steps below after logging into the Shopify admin:

 

  • Go to your Shopify Admin panel.
  • Click on Online Store > Themes.

 

 

  • Find the live theme and then click Actions > Edit code.
  • Search base.css
  • Insert the provided CSS code at the end of the file and save the changes.

 

.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