Jun 15, 2020 7:09 pm
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/
1 Reply
Jun 16, 2020 9:17 am
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.