raego Posted January 11 Posted January 11 Hoping to get the code to center align the text in this code block in my footer on mobile only? <p style="text-align:right;font-size:11px" padding=0px> Copyright © <script>document.write(new Date().getFullYear())</script> Raego Creative. </a><br> All rights reserved. ABN 43 719 418 221 </p> Site - https://raegocreative.com.au/
Solution Web_Solutions Posted January 11 Solution Posted January 11 1 hour ago, raego said: Hoping to get the code to center align the text in this code block in my footer on mobile only? <p style="text-align:right;font-size:11px" padding=0px> Copyright © <script>document.write(new Date().getFullYear())</script> Raego Creative. </a><br> All rights reserved. ABN 43 719 418 221 </p> Site - https://raegocreative.com.au/ Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (max-width: 767px) { .fe-block-64d9eb578dda95ffee067b0c *{ text-align: center !important; } } tuanphan 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment