I am looking to update my template that was originally created using bootstrap 3.3. There is a div with the following classes:
col-md-offset-2 col-md-8
Within this div, there are two rows. The second row will have five social media icons, but I am struggling to align the icons in a specific way. I want the first icon to be aligned with the left of the row above, the last icon to be aligned with the right, and the remaining icons to be evenly spaced out with equal distances between each.
Although I have managed to achieve equal spacing between the icons, they do not match the width of the row above.
I have created a fiddle to demonstrate the issue and showcase my current code. To view it properly, you will need a viewport of 992px and above. https://jsfiddle.net/ehgp0yw5/
What is the correct approach to solving this type of problem?