Hello, I cant understand why the two col divs i have nested under my row div are not next to each other.
What am I doing wrong?
The margins from the bio and header classes are messing with bootstrap’s rules. Remove the margins and the columns should show next to each other.
1 Like
So if I’m using bootstrap and I still want to apply margins, what would be a good way to go about doing that?
Try to use border white, or use padding
I followed the instructions on first answer and still no change
I think you have too many margins man, try to remove them and use padding instead, this way you dont mess with the bootstrap.
Bootstrat uses: box-sizing: border-box;
That means the padding dont change the size of your element while margin does, pay attention to that when using bootstrap.