Skip to content

Add special class for empty bullets to allow CSS styling for content spacing #61

Discussion options

You must be logged in to vote

Fixed with the new class identifier - thanks @Stvad !

this CSS should give the desired effect:

/* Removing empty blocks */

div[class*="empty-block"] {
  opacity: 0;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Stvad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant