Style quirk with Enspire theme
Quote from DaveVoorhis on June 15, 2019, 11:29 amI 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/]
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/]
Quote from Asgaros on June 16, 2019, 8:09 amHello @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; }
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; }