Hi there, I'm new to the forum and also to bootstrap. I have a problem with my layout that I can't quite describe (I am thinking in Spanish). Here's what's going on:
I have three col-md-4 columns: the first column contains only text, while the other two contain images with auto height. The problem is that the first text column appears larger in height than the image columns, creating a gap underneath the images.
Here is some CSS code snippet that might be relevant to the issue:
body {
overflow-x: hidden;
}
.container-fluid {
padding-left: 0;
padding-right: 0;
}
/* More CSS rules... */
Here are links to screenshots for better visualization of the issue: