I tried! But it doesn’t work! So I post this question.
Also you can ask for help at:
How to make the right sidebar displaying everywhere? Not only the homepage and categories.
It doesn’t work for the "add topic“ button
Hmm… works fine for me when previewing on Theme Creator.
If you want to specifically target the New Topic button, try:
button#create-topic {
// add stuff here...
}
When having
- a private message
- with a tag
- viewing without sidebar
The width becomes very small
Cause:
.navigation-topics,
.categories-list,
body[class*="tag-"]:not(.archetype-regular):not(.archetype-banner),
body[class*="category-"]:not(.archetype-regular):not(.archetype-banner):not(.archetype-banner):not(.archetype-private_message) {
in fkb-d-topic-list.scss is being applied, and it shouldn’t.
I suspect it needs :not(.archetype-private_message)
However, I wonder why it is targeting these archetypes so specifically at all? Is it just trying to see whether it’s on a topic list (vs topic view?)
I’m loving this theme but I’m either encountering a bug or I broke something.
For some reason there doesn’t seem to be any padding above topics so the rounded corners sort of disappear and there’s no visible separation between each topic.
Looks like something with the new modern foundation experimental change is causing this behaviour. Turning that off seems to set the padding back to normal.


