Formatting issue with Kadence theme
Quote from Wendell on October 2, 2024, 7:39 pmHello! I’m testing out Asgaros and noticing an issue with the Kadence theme. I want to keep Kadence theme and also use their blocks plugins. There is a formatting issue in the main forums index where every other forum in the list is shown as a column inside of the previous forum. I’ve attached a screenshot.
I’m not sure if this is a Kadence issue or an Asgaros issue but wanted to start here. Thank you!
EDIT: This is only happening when the page is set to have a left or right sidebar. Any other layouts without sidebars is working just fine.
Hello! I’m testing out Asgaros and noticing an issue with the Kadence theme. I want to keep Kadence theme and also use their blocks plugins. There is a formatting issue in the main forums index where every other forum in the list is shown as a column inside of the previous forum. I’ve attached a screenshot.
I’m not sure if this is a Kadence issue or an Asgaros issue but wanted to start here. Thank you!
EDIT: This is only happening when the page is set to have a left or right sidebar. Any other layouts without sidebars is working just fine.
Uploaded files:Quote from Wendell on October 4, 2024, 6:44 pmI mentioned this issue to a friend of mine, who just so happens to have an Asgaros forum running in a Kadence environment, and he had figured out a fix. Here’s the CSS needed:
.has-sidebar #af-wrapper .content-container {
display: block;
}
I mentioned this issue to a friend of mine, who just so happens to have an Asgaros forum running in a Kadence environment, and he had figured out a fix. Here’s the CSS needed:
.has-sidebar #af-wrapper .content-container {
display: block;
}