Home Forums WoodMart support forum copyrights bottom

copyrights bottom

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #634606

    ElBender8
    Participant

    How can I solve the issue with this indentation so that the copyrights are simply glued at the bottom?

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I have checked your site, and the copyright is already positioned at the bottom. If you’re experiencing this issue on a specific page, please provide the URL so I can check further.

    Best Regards

    #634731

    ElBender8
    Participant

    check private pls

    #634832

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    We have solved the issue for you on your site, please check back to your site now after clearing the browser cache.
    We have used this Custom CSS on your site to solve your issue:

    @media (min-width: 1025px) {
        .sticky-footer-on .wd-footer {
            position: fixed !important;
            bottom: 0;
            width: 100% !important;
        }
    }

    Please refer to this screenshot: https://ibb.co/vCGNF4h2

    Best Regards,

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