AI Search
Classic Search
Notifications
Clear all
1 Reply
Jun 26, 2021 2:30 pm
Hi @walehub,
The gaps come from your theme. The page layout and style is provided by the active theme. You can decrease the size of gaps using the following CSS code. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:
.wpforo.ast-separate-container #primary{
margin: 0;
padding: 0;
}
.wpforo.ast-separate-container .ast-article-single{
padding: 0 2em;
}
