Looking for a simple solution here - how can I prevent elements from moving to the next row and keep them within the same div, side by side?
.navcontainer {width: 1300px; margin-left: auto; margin-right: auto; height: 130px; background-color:red;}
.grid1{width: 33.33%; height: 130px;}
.grid2{width: 33.33%; margin-left: 33.33%; height: 130px; background-color: blue;}
.grid3{width: 33.33%; margin-left: 66.66%; height: 130px; background-color: green;}