niteshifte Posted September 17 Share Posted September 17 Is it possible to centre the footer text such as the links I have below and the form on mobile only? Thanks a mill! https://www.peterotoole.ie Link to comment
Solution Lesum Posted September 17 Solution Share Posted September 17 @niteshifte You can add this code under Custom CSS panel: @media only screen and (max-width: 767px) { footer p { text-align: center !important; } .newsletter-block .newsletter-form-header-title { text-align: center !important; } } tuanphan 1 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
niteshifte Posted September 17 Author Share Posted September 17 7 minutes ago, Lesum said: @niteshifte You can add this code under Custom CSS panel: @media only screen and (max-width: 767px) { footer p { text-align: center !important; } .newsletter-block .newsletter-form-header-title { text-align: center !important; } } Thanks so much Sam!! 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