Forum breadcrumbs – You are here:Asgaros Support ForumSupportForum not taking up page
Please or Register to create posts and topics.

Forum not taking up page

My forums is here. How do I make it full screen? it is only taking up half the page.

Thanks

Hello,

this is a configuration-problem with your WordPress theme because it reserved space at the right side for the sidebar. You should have a look at your themes settings or add the following code to your themes css file:

#primary {
    width: 100% !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hello,

I have the same problem.

Where do i have to insert this code above in the css? Which line?

 

Thank you

@johnmoore12345

This css-example is only working for his theme. Normally your theme should have an option to show content with the full width. You should contact the developer of the theme which you are using.

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!