I have a footer made from the bootstrap navigation bar, the thing is that I'm trying to locate certain columns within rows that are also columns of a main row.
Here's the codepen
They will see a div orange and another celestial one. If you shrink the screen until you reach 767px, the celestial div is off the side and overlaps the orange div.
I have no idea why it happens, but the funny thing is that 767px is the same screen width as the togglebutton (The three-bar button that minimizes a navigation bar) has its effect.
Then I need the orange div to not lose its position when the screen width is less than 767px.
Why does this happen? How do I fix it?