Nothing change 😞
Could you please confirm what I need to do on theme.css? Thanks
Remove that div ctr class from your default.aspx.
Then in your theme.css
add margin:0 auto; to the yafnet, body element.
/* Change forum's background color */
.yafnet, body {
background-color: #E0FFFF;
margin:0 auto;
}