New Landing › How can we help? › Cardinal › Center Copyright Text in Footer
Dont works. When i make a <br> in the raw text, it jumps to the left.
Did you remove the margin-right?
– Kyle
How?
In your custom css you have this:
#copyright .text-left { max-width: 100%!important; margin-left: 7%!important; }
Remove it and add this:
#copyright .text-left { max-width: 100%!important; text-align:center; }
I already did ๐
Add width:100%;
So:
#copyright .text-left { max-width: 100% !important; text-align: center; width: 100%; }
Now it works! ๐ Thank you..
Great ๐ No problem
I just saw all these replies! The custom CSS did the trick! Thanks!
Great, No problem
I would like to accomplish the same thing, but neither of the two options above are helping. Any additional suggestions?
@tylerdurdenphi – Please provide your website url so i can check and resolve the issue easily. Thanks Mohammad
Hi, Please use this custom css code:-
#copyright .text-left { margin-left: 0% !important; width: 100% !important; }
Thanks Mohammad
You must be logged in and have valid license to reply to this topic.