Logo on I-phone not showing?

Discussion in 'Real Photography WordPress Theme' started by appleguy, Aug 24, 2015.

Thread Status:
Not open for further replies.
  1. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    For some reason my logo doesn't show on the I-phone?

    ihomefurniturestore.com
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    You can resolve your issue by using this CSS code (given below) in your Custom CSS field (Appearance=>Theme Option=>Styling Option=>Custom CSS)

    Code:
    @media only screen and (max-width: 767px) and (min-width: 481px){
    .logo img {
        margin-left: -6px !important;
    }
    }
    @media only screen and(max-width: 480px){
    .logo img {
        margin-left: -6px !important;
    }
    }
    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    Inkthemes.com
     
  3. appleguy

    appleguy Guest

    Joined:
    Oct 24, 2014
    Messages:
    63
    Likes Received:
    1
    Brilliant thanks!
     
Thread Status:
Not open for further replies.

Share This Page