Hello,
I changed the size of popup button's on my page with css.
Now, I have the problem that I don't like the alignment of the popup title on the button.
Is it possible that I can align the popup title vertical (middle) and horizontal (center) within the popup button, maybe with a code?
Thank you!
Comments
if you want to change the size of the button, please remove your custom css (width and height) and change it to padding. If you add padding instead of the size then it will be centered.
thanks