Please or Register to create posts and topics.

glitch = cannot expand width of asgaros display

I have uploaded asgaros.de into my WP site = http://www.churchonfire.net/forum/

Clearly the margins are too large [1.5 inches].  I have not been able to resolve this issue.  Any help would be appreciated.

Note: Using WordPress 4.9.13 running Twenty Fourteen theme.

Note: I did try to upload an app to reformat WP but it registered an error.

 

The design is controlled by you installed theme. Search in the page options where you placed the forum shortcode, you must have several templates such as default template, fully-blank template, full-width template, etc.

If there isn’t any template, you have to make you own or hired someone to make it 🙂

Cheers!

Asgaros has reacted to this post.
Asgaros

Hello @tony717

Please add the following CSS to Forum -> Appearance – Custom CSS to fix this issue:

.entry-content {
    max-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!