Currently, I am in the process of designing a straightforward two-column layout. This layout will consist of one prominent image at the top followed by two columns underneath - one for images and the other for text.
https://i.sstatic.net/sYphQ.png
However, I am encountering difficulties aligning the image column with the large image at the top. While I can apply a class with a -15px margin to adjust it, this causes misalignment on XS screen sizes.
https://i.sstatic.net/P9hGz.png
If I decide to add another -15px margin specifically for XS screens, I then encounter issues that need fixing elsewhere. This seems like such a basic layout problem, leading me to believe that I may be making an error somewhere.
I would greatly appreciate any suggestions or guidance on what I might be doing incorrectly and how I should go about creating a two-column layout using Bootstrap 3?
For reference, here is the Bootply Link