abbiericher Posted September 19, 2023 Share Posted September 19, 2023 Hi y'all! I'm trying to center the text in my footer on mobile view. Part of the text centered after using css code text-align: center, but not totally. Espacially, text that is left-align on desktop. This is the code I used: @media only screen and (max-width: 640px) { footer {text-align: center;} } Link to comment
Lesum Posted September 19, 2023 Share Posted September 19, 2023 @abbiericher Would it be possible to share your site URL so I can take a look? Thanks! If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
abbiericher Posted September 20, 2023 Author Share Posted September 20, 2023 The site is not completed yet. You can visit https://scms-test.squarespace.com/ and tap "freelance" as the password. If you notice anything on the site that could need a bit of advice, I'm all ears. Thank you Sam! Link to comment
Lesum Posted September 20, 2023 Share Posted September 20, 2023 @abbiericher You can add this code snippet within the Custom CSS panel: @media only screen and (max-width: 640px) { footer h4, p { text-align: center !important; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? 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