• wonderful discovery, great plugin,
    thanks Dean, kudos for the state of the art

    i’m adjusting the height of the login div to match my logo, because sometimes the brand is vertical and doesn’t display well with the 65px limit
    – adding this to my theme’s functions.php

    add_action('login_head', 'my_custom_logo_height');
    function my_custom_logo_height() {
       echo '
          <style type="text/css">
             #login h1 a { height:122px; }
          </style>
       ';
    }

    would be nice to have an extra option to adjust this inside Fluency

    cheers,

  • The topic ‘Logo login height’ is closed to new replies.