Jakestretch Posted September 14, 2020 Share Posted September 14, 2020 Hi I'm having trouble centering text on my mobile site. Attached is the code I used to add it. Now how can I get it centered? Link to comment
tuanphan Posted September 14, 2020 Share Posted September 14, 2020 Can you share link to page in screenshot? We can check easier. 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
Jakestretch Posted September 14, 2020 Author Share Posted September 14, 2020 https://limberofficial.com It's only in the mobile view that I want it centered Link to comment
tuanphan Posted September 14, 2020 Share Posted September 14, 2020 Hi. Which text? 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
Jakestretch Posted September 14, 2020 Author Share Posted September 14, 2020 The text that says Limber Media in the screenshot. I want it centered Link to comment
tuanphan Posted September 18, 2020 Share Posted September 18, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .Footer-business-info { text-align: center; } } 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
Archived
This topic is now archived and is closed to further replies.