Nancy O. wrote:
I think I have answered your question. You need more white space. Use a custom media query for wider screens. Adjust values to suit.
/* Special Rules for wider desktops */
@media only screen and (min-width: 1601px) {
.gridContainer {margin-top: 200px;}
}
Nancy O.
Now you have answered my question. And with very interesting and hopefully useful information which I greatly appreciate. I'll play around with that code and see if it helps.