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.

the dreaded horizontal scroll bar

Featured Replies

My guess is it will be the width:auto; in your CSS.

 

 

I could be wrong though!

 

 

Edit:

Try removing any padding or margins from the document.

html,body{margin:0;padding:0;}

  • Author
My guess is it will be the width:auto; in your CSS.

 

 

I could be wrong though!

 

 

Edit:

Try removing any padding or margins from the document.

html,body{margin:0;padding:0;}

 

 

Hi tried removing margin and padding still get the horizontal scrolling though.

 

I cant think what would be causing it -_-

The img#theworld1 has a left-margin of 709px and a width of 555px.

Try reducing the left margin.

change

 

} #wrapper {
height: auto;
margin: 0 auto;
padding: 0;
width: auto;
}

 

to

 

} #wrapper {
height: auto;
margin: 0 auto;
padding: 0;
width: 98%;
}

 

and change every other "width: auto;" to "width:100%;". It is untested but might work.

 

Your style sheet could also do with some love, its contents is all over the place.

  • Author
The img#theworld1 has a left-margin of 709px and a width of 555px.

Try reducing the left margin.

 

 

yeah this worked. also had to change # preview_left margins.

 

Thanks :D

  • Author
change

 

} #wrapper {
height: auto;
margin: 0 auto;
padding: 0;
width: auto;
}

 

to

 

} #wrapper {
height: auto;
margin: 0 auto;
padding: 0;
width: 98%;
}

 

and change every other "width: auto;" to "width:100%;". It is untested but might work.

 

Your style sheet could also do with some love, its contents is all over the place.

 

 

 

Yeah I get in the swing of things and let a creative mess happen for a bit. Ill have to tidy it now though . Thanks

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.