Hi there,
I am trying to center align the text "© 2020, Undertone world Powered by Shopify".
I tired entering the following:
.site-footer__copyright-content {
display: block;
text-align:center;
}
And now I am seeing the following:
I do not want to have a line break between Undertone world and Powered by Shopify.
Thank you in advance!!!!
Solved! Go to the solution
Please provide the website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.css file.
@media only screen and (min-width: 750px){
.site-footer-item-align-right { text-align: center !important; }
}
Hope this works.
Thanks!
User | Count |
---|---|
817 | |
117 | |
83 | |
79 | |
72 |