Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Iphone layout slighty different on some pages

Featured Replies

I have created this site here. When the homepage is viewed on the iphone its fine, when you click on the contact link the page doesn't fit inside the screen, its slightly out, why is this? It happens on a few of the pages as well. I'm guessing its a CSS issue but I can't figure out what it is. Any help would be greatly appreciated and well worth a kudos.

Edited by lozenges

I have created this site here. When the homepage is viewed on the iphone its fine, when you click on the contact link the page doesn't fit inside the screen, its slightly out, why is this? It happens on a few of the pages as well. I'm guessing its a CSS issue but I can't figure out what it is. Any help would be greatly appreciated and well worth a kudos.

 

This may not make a difference but try adding this line of code to your CSS

 

@media only screen and (max-device-width: 960px) { html { -webkit-text-size-adjust:none;} }

 

It will target only iPhone sized screens and will stop the text from being resized, something Safari does automatically to make text more readable.

 

I hope this helps.

The page definitely looks like it's resizing somewhere along the lines anyway.

 

Edit: Also, on the home page there is an h1 element with an id #site-title which is replaced with a div on the contact page. I would check through your code and see if there's much else that's changed.

Edited by iKane

  • Author

Unfortunately that piece of code didn't work, back to diving into the code... hmmm I hate things like this, and I know its going to be something little causing this problem.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.