Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #898683
    sharp-image
    Participant

    Hi,

    In the css file: ethos.css i’ve placed the following code:
    .footer-content{ font-family: ‘helvetica’; font-size: 13px; line-height: 16px !important; color: #00204d; font-weight: 500;}

    The strange this is that on several pages the footer-content will be showed different:

    http://forevermusic.nl/fmpro/faq
    http://forevermusic.nl/fmpro/zoek-muzikanten/
    http://forevermusic.nl/fmpro/

    It seems that the line-height is not correctly showed on every page.

    Do you have any idea?

    thanks
    Bouke

    #899624
    Nabeel A
    Moderator

    Hi Bouke,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .footer-content {
        line-height: 2 !important;
        margin: 0 !important;
    }

    Adjust the line-height as per your need. Let us know how this goes!

    #901598
    sharp-image
    Participant

    Hi,

    Perfect, that fixed the problem!

    Thanks
    Bouke

    #902503
    Jade
    Moderator

    You’re most welcome Bouke.

  • <script> jQuery(function($){ $("#no-reply-898683 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>