Horizantally and Vertically Center an element

I have been trying to center the row element in my page for a while quite unsuccessfully. I did read up on the solutions listed in the forum, relative positioning, top 50% and move up -50% and a few other but it didn’t change my layout at all. Could you guys help me with this?

I did try encapsulating the row in a div and enforced the same solution to the div but it didn’t help either.


Here is my public share link: LINK
(how to access public share link)

the simplest way to center is using flexbox.

1 Like

It works well. Thanks a lot!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.