Problem with aligning elements

Trying to get the link buttons on the bottom to be evenly set across the width of the page. I tried to use the bootstrap columns to achieve this. Not sure why it isn’t working…

Any help appreciated!

You get what you’re looking for on a larger screen, they problem is that as you narrow the screen, your buttons are collapsing. If you use col-xs-4 instead of col-md-4 your buttons will behave more like you want. I would also suggest making your images responsive. Check the bootstrap documentation under images.

Alternatively, you might like using a bootstrap nav bar for your bottom buttons.

thanks for the info! @sethkoch