Jump to content

Center text in code block on mobile

Go to solution Solved by Web_Solutions,

Recommended Posts

Posted

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 &copy;
<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/

Screen Shot 2024-01-11 at 1.03.46 pm.png

  • Solution
Posted
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 &copy;
<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/

Screen Shot 2024-01-11 at 1.03.46 pm.png

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;
    }
}

 

Screenshot_14.png

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.


 

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.