treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Wordpress help

  • Hello, i'm new to this designing for wordpress. Watching the videos has been very helpful. However, i'm having some trouble figuring out why the website i'm designing keeps scrolling horizontally. Here is the site i'm working on, any help would be great!

    www.rutoughenough.com

    thanks
    chad
  • you have set your HTML to scroll and have not set a value:

    html { overflow-x: scroll; }
    why not delete this line and see your results.
  • It is something to do with div#photo-screen. Putting overflow:hidden on that div seems to fix it though
  • Thank you so much for the advise! Putting overflow: hidden on the div photo-screen worked great. thanks again.
    chad