Hi 何信孟,
It seems like the customized large avatar has affected the layout. Can you please insert this code below in your css/custom.css? This should fixed your problem.
.com_easyblog #eb .eb-post .eb-post-head {
margin-left: 96px;
}
Please change the margin-left in your current custom.css from 125px !important to 96px !important. Code as below:-
.com_easyblog #eb .eb-post-body, .com_easyblog #eb .eb-post-more, .com_easyblog #eb .eb-share, .com_easyblog #eb .eb-post-foot {
margin-left: 96px !important;
}
Thank you.