• I am trying to get the Separator line in Gutenberg block to be 1 pixel wide.
    I can’t find a CSS style that will do this.
    Hope someone can help!

    • This topic was modified 2 years, 4 months ago by Jan Dembowski.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this in Appeareance > Customizer > Additional CSS:

    .wp-block-separator { border: 0 ;}

    This will hide the border of the line and only show the 1 pixel background. Visually, this makes the line 1 pixel high.

    Thread Starter Christina Weisgard

    (@cweisgard)

    Thank you!!!
    Saved my day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS to make the Separator 1 pixel wide in Gutenberg Blocks’ is closed to new replies.