FKB Pro - Social theme

Also, there is an issue when the sidebar is closed there is a gap to the right

image

Obviously this gap is needed when the sidebar is visible but not when it’s hidden.

Presumably the fix is this

.fkb-panel-hidden .list-container .full-width { 
	gap: 0;
}
1 Like