Home Forums WoodMart support forum Text next to copyright not centered at <1024px

Text next to copyright not centered at <1024px

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #581543

    mardarivictor
    Participant

    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.
    #581698

    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.

    #581726

    mardarivictor
    Participant

    HELLO !

    Is not CENTERED !

    *the image is attached

    Attachments:
    You must be logged in to view attached files.
    #581761

    Hello,

    Please try to change the right, or margin properties and check the isse.

    Best Regards.

    #581897

    mardarivictor
    Participant

    I have changed right and margin and width but is not center …

    #582122

    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.

Viewing 6 posts - 1 through 6 (of 6 total)