Retina display for Login logo
-
Hello, I make my websites retina display ready using a WordPress plugin called WP Retina 2x. I also use your plugin to customize my clients’ dashboard and login area with my own logo. I wanted my logo in the log-in area to look great on retina displays. But when I upload two images – one at 320px x 70px and one at 640px x 140px with “@2x” at the end of the name of the file – per the instrux for the Retina plugin, my logo is too big. I am calling up the version called – for example, “logo.png” – not “[email protected]” but the logo is displayed is huge and cut off. I tried adding the following CSS:
.login h1 a {
display: all;
background: url(https://shorelineaviation.com/wp-content/uploads/2017/03/[email protected]) no-repeat bottom center !important;
margin-bottom: 10px;
background-size: contain;
}But it didn’t help.
I’d like to show you what it looks like but… I’m reluctant to send you – publicly – the URL to log into my sites. How can I show you what’s happening? Is there a way to write to you privately? Thanks so much.
- The topic ‘Retina display for Login logo’ is closed to new replies.