How to remove the space between inline/inline-block elements?
Alternatively, you should now use flexbox to achieve many of the layouts that you may previously have used inline-block for: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ Since this answer has become rather popular, I’m rewriting it significantly. Let’s not forget the actual question that was asked: How to remove the space between inline-block elements? I was hoping for a CSS … Read more