@joseemm96,
We see all works fine in your forum.
BTW, please insert this CSS code in wpForo > Settings > Colors & Styles > Custom CSS Code textarea and clear all caches. This code will add paddings to forum page to make it look better:
@media screen and (min-width:601px) {
#wpforo #wpforo-wrap {
padding: 10px 2% !important;
}
}