Looking for some assistance with my website layout which consists of 3 columns.
.grid, .col-1-3, .col-2-3 {
padding-left: 15px;
padding-right: 15px;
}
.container,
.grid {
margin: 0 auto;
width: 960px;
}
I've noticed that the third column is not aligning properly and is overflowing to the next line.
Despite trying different adjustments to padding and other settings, I can't seem to fix the issue - any suggestions or help would be appreciated!
Just started learning HTML a week ago, so I'm still new to this - thanks in advance!