SamWM
Results
2
comments of
SamWM
Possible workaround: `#header-container { height:150px; }` `#header-container header { position: relative; height: 100%;}` `#header-container nav { width: 400px; position: absolute; right: 0; bottom: 0; }`
If you put the width under `@media only screen and (min-width: 768px)` then that solves the responsiveness. Lower resolution screens will just see the navigation in list format. To cater...