Footer

  • Posted in : BookCard WP
  • Lyger
    Participant

    Hi,

    How to create a typical inscription in the “footer”: Created by ***

    Thanks

    Mehmet S.
    Keymaster

    Hi,

    – Paste this to Theme Options > Style > Custom CSS:

    .footer-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 15px;
    }
    

    – Paste this to Theme Options > Style > External JS:

    <script>
    jQuery(document).ready(function($) {
    $('#rm-container').append('<div class="footer-text">Created by Pixelwars</div>');
    });
    </script>
    
    Lyger
    Participant

    Thank you, works, but ..
    At 17-21 inch screens line padding-bottom: 15px; – fits well.
    On the screens of more than 24 inches of line needed padding-bottom: 35px; – otherwise not visible lettering.
    Universal solution is missing. (

    Mehmet S.
    Keymaster

    Hi, add this to your custom css field:

    @media (min-width: 2000px) {
    .footer-text {
    padding-bottom: 35px;
    }}
    

    Thanks

Viewing 4 posts - 1 through 4 (of 4 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