Support for Envato Buyers › Forums › OldCar › Logo cropped on iPhone
- This topic has 7 replies, 2 voices, and was last updated 10 years, 9 months ago by
FocuxTheme Support.
-
AuthorPosts
-
-
July 10, 2014 at 12:23 pm #5623
loverslane
Memberhttp://i.imgur.com/j4ELmwa.jpg
My logo is cropped on my iPhone and I’m not sure how to fix it.
I have the following code implemented, but it doesn’t resolve the issue.
.responsive-logo {background: url(http://www.loverslanediy.com/wp-content/uploads/2014/07/Lovers-Lane-DIY-v5-Mobile.png) no-repeat;}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
.responsive-logo {background: url(http://www.loverslanediy.com/wp-content/uploads/2014/07/Lovers-Lane-DIY-v5-Mobile-HiRes.png) no-repeat;
}Any suggestions?
Thanks,
LoversLaneDIY
-
July 11, 2014 at 12:33 am #5631
FocuxTheme Support
KeymasterTry to change your CSS to
.responsive-logo {background: url(http://www.loverslanediy.com/wp-content/uploads/2014/07/Lovers-Lane-DIY-v5-Mobile.png) no-repeat;} @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { .responsive-logo {background-size:140px auto;background: url(http://www.loverslanediy.com/wp-content/uploads/2014/07/Lovers-Lane-DIY-v5-Mobile-HiRes.png) no-repeat; }
Thanks
-
July 11, 2014 at 8:03 am #5641
loverslane
MemberHmmmm I changed to the CSS you provided and nothing has changed.
-
July 12, 2014 at 12:02 am #5646
FocuxTheme Support
KeymasterSorry, my custom CSS is incorrect.
Post again.responsive-logo {background: url(http://www.loverslanediy.com/wp-content/uploads/2014/07/Lovers-Lane-DIY-v5-Mobile.png) no-repeat;} @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { .responsive-logo {background-size:140px auto;background: url(http://www.loverslanediy.com/wp-content/uploads/2014/07/Lovers-Lane-DIY-v5-Mobile-HiRes.png) no-repeat; }
-
July 13, 2014 at 3:35 am #5654
loverslane
MemberThat still doesn’t fix it. Any other suggestions?
-
July 13, 2014 at 3:12 pm #5658
FocuxTheme Support
KeymasterCan you post your wp login details with private reply? let’s me try it by myself.
-
July 14, 2014 at 1:59 am #5660
loverslane
MemberThis reply has been marked as private. -
July 14, 2014 at 8:23 pm #5666
FocuxTheme Support
KeymasterHi
Fixed. Please check again.
Thanks
-
-
AuthorPosts
- You must be logged in to reply to this topic.