Viewing 3 replies - 1 through 3 (of 3 total)
  • See http://wordpress.org/support/topic/wp-38-fix for my fix of a plugin that does custom logos.

    Thread Starter inscape

    (@inscape)

    @kitchin

    Thanks for your help. I used the bit you provided to create a custom.css file in my theme directory, clicked the “Use Custom CSS” box in the plugin settings, and it worked for me. I’m hoping the plugin author updates for WP8.3, though. Here’s the CSS I used for others who may be looking for it.

    #loginform {margin-top: 0; }
    #login h1 a {
    	background-size: 100%;
    	width: auto;
    	margin: 0;}

    Thanks for the post @inscape! That got me in the right direction to fix a custom square logo the client had. I ended up specifying background-size as well as width and height.

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

The topic ‘WordPress 3.8 Shrinks Custom Logo?’ is closed to new replies.