Site logo

[Resolved] Unable to get modified separator to be centered.

Home Forums Support [Resolved] Unable to get modified separator to be centered.

Home Forums Support Unable to get modified separator to be centered.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2383732
    Ken

    Found the following code:
    `.wp-block-separator {
    width: 25%;
    }

    I changed it to 30%. When I add the Gute-Separator > update > preview: the separator is 20% but it’s aligned to the left.
    You good folks have any magic coding to make this cenered.

    Note: I’m using GP Simple CSS plugin.

    #2383775
    Fernando
    Customer Support

    Hi Ken,

    Can you try adding this CSS?:

    hr.wp-block-separator {
        margin-left: auto;
        margin-right: auto;
    }
    #2384483
    Ken

    Yes! Works like magic! Thank you Fernando! ٩(^ᴗ^)۶

    #2384737
    Fernando
    Customer Support

    You’re welcome Ken!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.