I believe because the logo we’re using for this site is so large, it’s causing issues with screen size.
Please look at the home page- if you now drag the right bottom corner of the browser in, you’ll see the main navigation crashes into the logo at about 1000px wide – until about 760 where it switches to the nav having the dropdown menu.
Any way we can make that action happen at 1000, rather than waiting – or another recommendation?
http://www.atticusi.com/linked-beta/
We solved this, but I’m guessing somewhat crudely. Is there a better way?
We added this to the grid CSS under #Tablet Portrait:
div .logo{
float:left;
position: absolute;
left:0;
max-width: 225px;
}