I have a few questions on.
How do i make the forums bigger in PX size so its not so small i want it full screen width if possible
change the white backdrop to match my sites color
I am trying to create a online ticketing system using a forum and is there a way for a user to create a new topic and it self generates a new topic with information they fill in? I see you have plugins etc.
Hi @street1986,
How do i make the forums bigger in PX size so its not so small i want it full screen width if possible
Please read these two topics:
https://wpforo.com/community/how-to-and-troubleshooting-2/remove-blog-themes-sidebar/#post-1494
https://gvectors.com/forum/general-questions/full-width-forum/
change the white backdrop to match my sites color
You need to change the background color of the page using CSS.
You can try to use the below CSS code by inserting it in Dashboard > Forums > Settings > Styles Tab > Custom CSS Code Field
#main-content {
background-color: #000 !important;
}
.et_right_sidebar #main-content .container:before {
background-color: black !important;
}
You can use Topic Custom Fields Add-on.
Check the link Below to get more information about the add-on.
https://gvectors.com/product/wpforo-topic-custom-fields/
i did that on my mobile the forums do not look to good on pc looks great is there a mobile theme or is wpforo not mobile friendly ?



