Archived topic
Unable to get modified separator to be centered.
3 replies · Started by Ken on October 24, 2022
Viewing posts 1–4 of 4
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.
Hi Ken,
Can you try adding this CSS?:
hr.wp-block-separator {
margin-left: auto;
margin-right: auto;
}
Yes! Works like magic! Thank you Fernando! ٩(^ᴗ^)۶
You're welcome Ken!
This archived topic is closed to new replies.