Can't figure this out: can't change body text in multicolumn on mobile 😭(Dawn theme)

Can't figure this out: can't change body text in multicolumn on mobile 😭(Dawn theme)

Boyang
Visitor
3 0 0

Hello! 

website, I have been trying for days and can't figure this out😭. I have changed the font family and text alignment for the body text in multicolumn for desktop, but have been unable to change it for mobile. When I inspect elements, it's listed under root??? 

I have some css knowledge from college, but def not enough to understand how to change this. Any help would be appreciated!

Screenshot 2025-03-27 at 10.49.12 AM.png

Replies 2 (2)

solverStaff
Shopify Partner
414 41 71

Hello there

Please share your store link and password if enabled

 

Regards

Titu

 Shopify Expert | Theme Developer | Quick Fixes


 Need Shopify help? Let’s chat! WhatsApp


 Portfolio: SolverStaff - Shopify Expert

solverStaff
Shopify Partner
414 41 71

Got the website link.

 

@media screen and (max-width: 749px) {
.multicolumn-card__info .rte {
    text-align: center;
    margin-top: 0px;
}
}

Please use that CSS in base.css file

 Shopify Expert | Theme Developer | Quick Fixes


 Need Shopify help? Let’s chat! WhatsApp


 Portfolio: SolverStaff - Shopify Expert