I was trying to center a button via flex but it looked like from the forum it needed extra css because of the existing style. When I added:
$el {
display: flex;
align-items: center;
justify-content: center;
}
via the button customize css area it centers the button correctly but adds padding space left and right of button to fill the column. How would I go about decreasing the padding left and right so the button isn’t as large. Turning off the padding or margin doesn’t adjust this, something to do with the flex I think?
Thank You!