Hi, I have a logo and 3 buttons on the page, I made the BG of the section to cover the full screen and I want to make the logo and the buttons (they are on 2 different rows) to appear in the middle of the section on any device, can you help me?
Thanks
Hi @vlntnt,
Thanks for reaching out.
Would you mind providing the site’s URL that has this? I tried it on my section and doable, but I’m not sure on that page of yours.
Thanks!
Hi,
To align it vertically, you can add the code below in Inline CSS field of your section.
flex-direction: column; display: flex; justify-content: center; height: 100vh; align-items: center;

Hope that helps
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.