I am a total beginner on wordpress so sorry if this is a daft question.
I use wpforo forums on my site which uses the shuttle theme. I would like the forum to display full width like this forum does. Is there any way to achieve this without affected the look of the other pages on my site.
Here is my site https://atstradingsolutions.com/forum/
Hi@60minuteman,
This issue comes from your current active theme. Some div elements have unnecessary value for the max-width property.
To solve it, just navigate to Dashboard > Forums > Setting > Styles admin page, put the following CSS code in "Custom CSS code" textarea, save it, delete all caches and check again.
div#content-core, .elementor-section.elementor-section-boxed>.elementor-container {
max-width: none !important;
}
.elementor-4751 .elementor-element.elementor-element-158e1c03 {
padding: 0 !important;
}
Don't forget to press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.
slightly off topic, but there wouldn't be a way of removing my themes ugly banner title too?