resizing logo in mobile

Discussion in 'ButterBelly WordPress Theme' started by sbacigalupi, Mar 28, 2014.

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

    sbacigalupi Member

    Joined:
    Feb 17, 2014
    Messages:
    35
    Likes Received:
    1
    Hi,

    I'm trying to make it so that when I view my site on a mobile phone, it doesn't cut the logo image in half.

    On my desktop, when I re-size the browser by dragging the sides of the browser in to be about the width of a cell phone, it looks fine and it re-sizes appropriately (because I made the max-width be 80% for the logo in my custom CSS). But when I view the site on an actual smart phone, the logo is still too large and half of it is falling off the screen.

    Any recommendations?

    Here's the site: http://9a2.660.myftpupload.com/

    Thanks.
     
  2. Nitesh

    Nitesh Support Staff

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

    I have checked your site in iPhone but not found such issue. Please do let me know in which device you are getting this issue.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. sbacigalupi

    sbacigalupi Member

    Joined:
    Feb 17, 2014
    Messages:
    35
    Likes Received:
    1
    Good news: the logo issue has gone away. Perhaps it was just a temporary problem, I am not sure.

    Bad news: the client noticed that there is another issue with the images in the mobile view: the front-page featured content areas are having their images distorted. This is most apparent if you look at the image of the woman with black hair (third image) using your mobile phone. On a phone, her face looks very long, as if the image has been made too narrow without changing its height.

    Any suggestions on how to fix this?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 480px){
    .feature-content .feature-content-inner img {
    height: auto;
    }
    }
     
    This will solve your issue.
     
  5. sbacigalupi

    sbacigalupi Member

    Joined:
    Feb 17, 2014
    Messages:
    35
    Likes Received:
    1
Thread Status:
Not open for further replies.

Share This Page