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

Make all price numbers display in one line instead of two

Solved

Make all price numbers display in one line instead of two

MiguelMaya
Excursionist
48 0 4

Using Dawn 15 misteri.ca

 

IMG_0162.jpegIMG_0163.png

Accepted Solution (1)

suyash1
Shopify Partner
11112 1367 1751

This is an accepted solution.

@MiguelMaya  - please add this css to the very end of your base.css file and check

 

@media screen and (max-width: 749px) {
    .cart-item {grid-template: repeat(2, auto) / repeat(3, 1fr) !important;}
}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com

View solution in original post

Reply 1 (1)

suyash1
Shopify Partner
11112 1367 1751

This is an accepted solution.

@MiguelMaya  - please add this css to the very end of your base.css file and check

 

@media screen and (max-width: 749px) {
    .cart-item {grid-template: repeat(2, auto) / repeat(3, 1fr) !important;}
}

 

To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com