Responsive display on New iPhone 6 Plus

Discussion in 'General InkThemes Discussion and Feedback' started by Sandra, Sep 22, 2014.

  1. Sandra

    Sandra Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hi Guys,
    I have the new iPhone 6 plus and the responsive display is only using part of the screen for Harrington and Colorway - I have wide borders either side.

    Is this something that you will be addressing?

    Or do I need to do something to make it look good?

    Thanks!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    We are not getting you, can you please specify what do you want ?

    Thanks & Regards
    Yogesh Bhade
     
  3. Sandra

    Sandra Member

    Joined:
    Dec 28, 2011
    Messages:
    31
    Likes Received:
    0
    Hi Yogesh,
    Basically, the display for iPhone 6 plus does not fill the screen with the main site content - it has wide "edges" because the aspect ratio is different. I am attaching a photo here for you to see
    Colorway on iPhone 6.png

    So I am asking if the coding can include a more appropriate "sizing" for this larger phone size - or even serve the "desktop" version which might look better?

    I hope this clarifies my question,

    Thanks,
    Sandra
     
  4. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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 (width: 375px){
    .container_24 {
    width: 355px;
    }
    #slides .slide-img {
    margin-left: 25px;
    }
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page