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
10435 1287 1646

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;}
}

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

View solution in original post

Reply 1 (1)

suyash1
Shopify Partner
10435 1287 1646

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;}
}

 

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.