It would really depend on your current code, but the code below should work if it is a block level element. A complete guide is available here, which makes it really easy to get it centred.
Figured I would mention it, since no one else has: if you want to center multiple divs that display:inline-block; text-align:center can be very useful. Since the divs are treated as text to their parent element, they will all be centered without having to use flex-box or other complicated methods. I apologize if that doesn't really make sense, and feel free to ask me any questions in order to clarify.
Status
This thread has been locked.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.