Text next to copyright not centered at <1024px
-
HI ! Text next to copyright not centered at <1024px? What can i do ? I once again gave you the link that one of your workers writes to me that he has corrected, but in fact IT IS NOT CENTERED
Attachments:
You must be
logged in to view attached files.
Hello,
To center the text next to the copyright at screen widths less than 1024px, please add the following custom CSS:
@media (max-width: 1024px) {
.center-image-footer {
width: 100% !important;
text-align: center;
position: relative !important;
right: 0 !important;
margin: 0 auto;
}
}
You can adjust the width, right, or margin properties if needed. For example, if you want the text to be narrower, you can change width: 100% to a different percentage or pixel value.
Best Regards.
HELLO !
Is not CENTERED !
*the image is attached
Attachments:
You must be
logged in to view attached files.
Hello,
Please try to change the right, or margin properties and check the isse.
Best Regards.
I have changed right and margin and width but is not center …
Hello,
Please delete the old given custom CSS code and use the below custom CSS code:
i.fa.fa-copyright {
margin-left: auto;
margin-right: auto;
}
Best Regards.