Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS How to Make a Website Responsive Web Design and Testing Adjust the Profile Page and Header

logo doesn't appears on left and nav panel vecome oriented vertically on mobile size of page http://port-80-al6m768nl

logo doesn't appears on left and nav panel vecome oriented vertically on mobile size of page

http://port-80-al6m768nl

Wesley Sinks
Wesley Sinks
15,290 Points

Can you include your HTML and CSS for reference? Unfortunately, the link you provided will not work for other users.

/**HEADING
******************/
  nav {
    background: none;
    float: right;
    font-size: 1.125em;
    margin-right: 5%;
    text-align: right;
    width: 45%;
  }
#logo {
    float: left;
    margin-left: 5%;
    text-align: left;
    width: 45%;
  }    
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 0.825em;
  margin-bottom: 20 px;
}
/******************
NAVIGATION
******************/
nav {
  text-align: center;
  padding: 10px 0;
  margin: 20px 0 0;
}

nav ul {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
nav li {
  display: inline-block;
}
nav a {
  font-weight: 800;
  padding: 15px 10px;
}

Hey Vadim Sh,

I edited both of your comments so that the markdown would render properly. See the images I'm going to post below this text to see how to post code to the forums. It would also be very helpful for us to see all of your CSS file and not just those snippets of it.

code

code