Mobile View

Discussion in 'Infoway WordPress Theme' started by koolcaramel, Jul 31, 2014.

  1. koolcaramel

    koolcaramel Guest

    Joined:
    Jul 24, 2014
    Messages:
    5
    Likes Received:
    0
  2. koolcaramel

    koolcaramel Guest

    Joined:
    Jul 24, 2014
    Messages:
    5
    Likes Received:
    0
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.

    Thanks & Regards
    Gourav Shrivastava
     
  4. koolcaramel

    koolcaramel Guest

    Joined:
    Jul 24, 2014
    Messages:
    5
    Likes Received:
    0
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 480px){
    .header .logo img {
    width: auto;
    }
    }
     
    This will solve your issue.


    Thanks & Regards
    Gourav Shrivastava
     
  6. koolcaramel

    koolcaramel Guest

    Joined:
    Jul 24, 2014
    Messages:
    5
    Likes Received:
    0
    I did as stated above- The code hasn't changed the level of blurriness on the mobile version. Any other suggestions?
     
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 960px) and (min-width: 767px){
    .header .logo img {
    width: auto;
    }}
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header .logo img {
    width: auto;
    }}
    
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page