The only little problem with the scss code is that there’s no automatic line break, so the words get cut off ![]()
What do you mean? Can you send a screenshot?
This is intentional behavior in core, but if you’d prefer the category name to wrap to a new line instead of being truncated, you can try:
.category-heading {
&.--has-logo {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: var(--space-4);
}
&__content {
min-width: 0;
.badge-category__wrapper {
max-width: 100%;
white-space: normal;
overflow-wrap: anywhere;
.badge-category {
&.--style-emoji,
&.--style-icon {
align-items: baseline;
}
}
}
}
}
Awesome, it works! @Don you’re a boss ![]()
I noticed that the category description is missing on the tablet version, but it is present on mobile. I think it would be a good idea to do the same on the mobile version. ![]()
I also noticed that if you use nested replies, there’s a small display issue where the avatar is a bit too large.
Am I the only one experiencing this?
Thanks @gilles! I’ve merged an update for these…
I tested it and everything works, thanks @Don for your quick response
![]()
@Don I found a small display bug in desktop mode on computer without the sidebar for information ![]()
Thanks, I fixed it here: FIX: Enhance category heading styles in SCSS · VaperinaDEV/fkb-pro-theme@95a3c25 · GitHub
Tested and approved ![]()
I just installed this. I am pretty sure there was a fakebook panel in the right side right after installation, but that seems to have disappeared for me. I’m not sure what I changed to make it disappear, and how to get it back.
Hello
There is a button on the bottom right to toggle this section.
I’ve updated the theme: DEV: Improve FKB panel and right sidebar layout handling - Pull Request #78 - VaperinaDEV/fkb-pro-theme - GitHub
Ah there it is – thanks! Hmm, must have hit it by accident? Or did it get turned off when I brought this up on mobile? I’ll do some experiments and report back.


