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.

Header BG disappears

Featured Replies

Hi Andy, are you aware of responsive design? In short When the screen gets smaller they layout adapts to fit the viewport. This is how all modern sites are built now, it's considered bad UX to have horizontal scrolling on these smaller screens.

 

That's something to bear in mind on future projects. The issue is that your header, is that it has a width of 100%. in your case with a fixed width site you need to have the container styles (width: 922px) on there. You have a problem though you are using ID's for styling, this is bad because you cannot have more than 1id which means you cannot re-use styles. remove all the IDs and change to classes, then you can apply the container class to your header.

  • 4 weeks later...

Hi,this website are not responsive create to responsive design and all width to percentage not an px the bg is img responsive type used it.

 

Not all widths have to be a percentage.

This example has a fixed width image on the left and a fluid element to the right taking up the remaining space http://codepen.io/rbrtsmith/pen/qEPNKG

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.