Footer?

  • Posted in : cvCard
  • chugunchik
    Participant

    Hi! How it’s possible to add footer to website? I tried to do it by myself, but it didn’t work… Help! Maybe somebody has a tip or piece of code? Thanks.

    ahmetsali
    Keymaster

    Hi you can add footer, follow these steps;

    – paste the code below just after the closing tag of div class="container"

    <footer class="site-footer">
       <p>This is footer text.</p>
    </footer>
    

    – and add this custom css code;

    footer.site-footer {
        z-index: 9999; position: absolute; bottom: 0; left: 0; right: 0; text-align: center;
        }
    
    chugunchik
    Participant

    Thank you very much!! It’s working just like I wanted! :) Cheers

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register