Home › Forums › CSS › Centering multiple inline-block divs › Reply To: Centering multiple inline-block divs
January 30, 2015 at 1:17 pm
#194724
Member
But now how could I center the inline-blocks vertically as well?
Well, basically, you can’t.
What you can do is wrap those elements in div and vertically center that.
https://css-tricks.com/centering-in-the-unknown/
Instead of vague ‘can you’ questions, perhaps you could provide a reduced case demo in Codepen of your existing HTML & CSS and we can go from there.
Also, if you have a design image of the finished article that would help.