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

davislurve

  • Fixed Width Sidebar in Responsive Design

    Another solution would be to use box sizing and absolutely position the sidebar. E.g if your main content was in a div class of main, with an aside sidebar you could do: .main { padding-right: 180px; width: 100%; -webkit-box-sizing: b…
    Comment by davislurve January 15 permalink