Home Forums WoodMart support forum Text next to copyrights not aline center to <1024px

Text next to copyrights not aline center to <1024px

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

    mardarivictor
    Participant

    HI ! Text next to copyrights not aline center to <1024px ? What can i do ? I deactivate the third party plugins

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

    Hello,

    Your issue has been resolved. I have updated the code in Theme Settings > Prefooter > Copyright > Text next to copyrights.

    <img class="center-image-footer" style="background-color: #ffffff7a;padding: 3px;border-radius: 8px" width="200" src="https://stampilamea.md/wp-content/uploads/2024/07/pay.png" alt="payments">

    Then add the following custom css code in Theme Settings > Custom Css > Custom CSS for mobile:

    .center-image-footer {
        margin: 0px 10px 0px 70px !important;
    }

    Best Regards.

    #577202

    mardarivictor
    Participant

    I see the image is not center…

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

    Hello,

    I have checked your site and the image is in the center on a mobile device.
    See Screenshot for clarification:
    https://ibb.co/KX11Gb7

    Check back after completely clearing the browser cache and check the issue.

    Best Regards.

    #580781

    mardarivictor
    Participant

    Yes but i need to center all displays =<1024 px not only smartphone. i think you understand this. I repeat is not center even on the smartphone, please see mai attached images.

    *Two images are attaching

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

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS. Change the value as per your requirements.

    @media (max-width: 1024px) {
     .center-image-footer {
     margin: 0px 10px 0px 70px !important;
     }
     }

    Best Regards.

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