Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
It might be an issue with the theme I'm using but when I add the forum to my page using the shortcode, it is shifted to the left instead of being center. Please help! thank you. URL is below and also included screenshot
https://www.doc.gold.ac.uk/~acast006/mux_final_project/index.php/sample-page/
Hi @amc4794,
Please try the following CSS code:
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
max-width: none !important;
}
#wpforo #wpforo-wrap .wpforo-main {
padding: 0 3%;
}
#wpforo #wpforo-wrap .wpforo-subtop {
padding: 0 3%;
}
The CSS code should be added in the Dashboard > Forum,s > Settings > Styles admin page, "Custom CSS Code" textarea.
In any case, please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.