Jordy_TheShop Posted September 9, 2021 Share Posted September 9, 2021 (edited) Site URL: https://idealog.com.au/ Hi, I'm working with a client on a Personal Subscription. I'm looking to see if there is a way to centre mobile-only text but only on specific pages. My client has a blog page, and I'd like to centre the mobile text on all pages except the blog page to keep it left aligned for better reading. Is there a way to do this or will I have to enter every page's individual section manually? Thanks, Jordy 🙂 Edited September 9, 2021 by Jordy_TheShop Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 On 9/9/2021 at 7:50 AM, Jordy_TheShop said: Site URL: https://idealog.com.au/ Hi, I'm working with a client on a Personal Subscription. I'm looking to see if there is a way to centre mobile-only text but only on specific pages. My client has a blog page, and I'd like to centre the mobile text on all pages except the blog page to keep it left aligned for better reading. Is there a way to do this or will I have to enter every page's individual section manually? Thanks, Jordy 🙂 Hi, Add to Design > Custom CSS /* Mobile center text */ @media screen and (max-width:767px) { body:not([class*="collection-type-blog"]) * { text-align: center !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment