Craig456 Posted September 9, 2022 Share Posted September 9, 2022 Site URL: https://www.craigkleila.com/ Password to site is "password" On mobile for all four of my case studies, I want the "The Solution" and "The Results" headers to be left-aligned. I want them to stay centered on desktop. How can I do this? When I change the alignment from center to left in the mobile view, it also changes the desktop view. Here's one of my case studies - https://www.craigkleila.com/epic-reads-case-study. Link to comment
tuanphan Posted September 10, 2022 Share Posted September 10, 2022 Add to Design > Custom CSS /* center mobile text */ @media screen and (max-width:767px) { div#block-1d059d686d8bc4e3cc4f * { text-align: left !important; } .fe-block.fe-block-f56f8bdbd32d6261f262 * { text-align: left !important; } } DillonBradley 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Craig456 Posted September 16, 2022 Author Share Posted September 16, 2022 That worked, thanks! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment