Logo for Mobiles

Discussion in 'GoldenEagle WordPress Theme' started by rdiazsmith, Apr 7, 2013.

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

    rdiazsmith New Member

    Joined:
    Feb 21, 2013
    Messages:
    17
    Likes Received:
    0
    Hi,

    How can I make my logo fit or shrink automatically for Iphones and other mobile devices. If I try to access my website trhough my Iphone the logo looks cut off.

    Thank you in advance.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. rdiazsmith

    rdiazsmith New Member

    Joined:
    Feb 21, 2013
    Messages:
    17
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header .logo img {
    width: 90%;
    }
    }
    @media only screen and (max-width: 480px){
    .header .logo img {
    width:90%;
    }
    }
     
  5. rdiazsmith

    rdiazsmith New Member

    Joined:
    Feb 21, 2013
    Messages:
    17
    Likes Received:
    0
    Worked like a beauty. Thank you!
     
Thread Status:
Not open for further replies.

Share This Page