Center div on a page depending on full screen not the div

Hi,

I am trying to center a content depending on the full screen and not the div the content is in.

Rigth now i am forcing it using margin but not great for responsive.

https://rev-fc.com/ / verstappen

Thank you for your help

Hello @vroomvroom

Please share page url

@vroomvroom

Your website is password blocked and it’s impossible to login.

Hey @vroomvroom

The design you want is not possible by using normal css and div. As per the center content using block will only center for that div.

If you want to make the content center based on full screen then you need to take either any one as position as absolute or fixed. Either left menu or center content.

Please fill free to ask if you need any help.

Hi @saket3d

Thanks for your help !

I’ve tried to add relative to .site-wrapper and absolute and fixed to .gif-home but its not working.