Okay
  Public Ticket #748380
iPhone 5/5S Width
Closed

Comments

  •  1
    chris started the conversation

    Hello,

    The site doesn't seem to be adjusting properly to iPhone 5/5S sized layouts. Is there something I can do to fix this please?

  •  8,994
    Tahir replied

    Hey,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 690px) {
        * {
            word-break: break-word;
        }
    }
    
    

    Bes.t


    ThemeNectar Support Team 

  •  1
    chris replied

    Hmm, doesn't seem to do much? The content is not responding properly to the proper screen size... very close to the edge and large in size. The only noticeable effect I'm seeing here is that the words break and move to the next line in the middle of a word now. 

  •  8,994
    Tahir replied

    Hey Again,

    Can you define what you mean by proper  ?.  Also you might have to adjust the font sizes as its likely due to that. 

    Best. 


    ThemeNectar Support Team 

  •  1
    chris replied

    Will mess around with font size... thank you!