Browsing6853 It is surprising how they didn't implement this simple feature that requires some CSS. With google I used an extension called "Center Google Search Results" that did this.
Luckily there is a workaround with kagi. Go to settings -> Apperance, and in the box for writin css, type this:
`#main {
margin-left: 250px;
}
.center-content-box {
margin-left: 250px;
}`
You can adjust the px values to your screen size. Works great.