Top Center entire site
-
Hi there!
Looking at my site on a bigger screen, you notice it is aligned Top and Left. How can I do, so the entire site always aligns Top CENTER?
Many thanks!
Ralph
The blog I need help with is ralphglobal.com.
Hello @rprwg
Try this CSS code to move the contents of the site to the top center:
.site {
display: flex;
justify-content: center;
margin-left: -120px;
}
Hope this helps 🙂
Thanks a lot!
Perfect!
Ralph
The topic ‘Top Center entire site’ is closed to new replies.