Okay
  Public Ticket #4002004
Separators style after latest update
Open

Comments

  •   wpctrl started the conversation
  •  289
    Theme Ruby replied

    Hi,

    Thank you again for your continued collaboration.

    To help resolve the styling issue with the separator, we kindly suggest adding the following custom CSS code:

    .wp-block-separator.is-style-wide {
        position: relative;
        display: block;
        height: 10px;
        margin-top: 30px;
        margin-bottom: 30px;
        opacity: 1;
        border: none;
        background-color: transparent;
        background-image: radial-gradient(currentColor 1px, transparent 1px);
        background-repeat: repeat;
        background-position: 1px 1px;
        background-size: 5px 5px;
    }
     

    You can add this code by going to your WordPress dashboard:
    Appearance > Customize > Additional CSS, then paste the code there and publish the changes.

    Please let us know if this helps or if you need any further assistance. 

    Best regards,