Please or Register to create posts and topics.

Style quirk with Enspire theme

I run a forum at https://forum.thethirdmanifesto.com using the Enspire (https://en-gb.wordpress.org/themes/enspire/) theme.

As you can see, the forum category and “last post” heading bars align with the edge of the browser window, but the subforum and last post summaries don’t align with the heading bars. Instead, they’re centred within roughly 50% of the browser window when it’s maximised. Reducing the size of the browser window can be used to bring them into alignment.

They used to always be aligned independent of the size of the browser window, but stopped being aligned as of a relatively recent update to Asgaros, Enspire, or WordPress (not sure which).

Is there an easy fix?

[Note: I have also posted this at https://wordpress.org/support/plugin/asgaros-forum/]

Hello @davevoorhis

This issue is caused by your theme. I will include a compatibility-fix with the next update which will become available during the next 7 days. In the meantime you can add the following css-code to Forum – Appearance – Custom CSS:

#af-wrapper .content-container,
#af-wrapper .editor-element {
    margin: 0 0 15px 0 !important;
    max-width: none !important;
}

 

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