• Resolved markajohnstone

    (@markajohnstone)


    How can I align the buttons to center properly? Please see image.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter markajohnstone

    (@markajohnstone)

    Hello?

    Plugin Author 5 Star Plugins

    (@5starplugins)

    Hi Mark, your theme seems to have some CSS overriding the normal centering of the buttons. I see different buttons now, did you want me to give you CSS to fix the issue? I would need to see the buttons out of alignment to send you the fix. Let me know.

    Thread Starter markajohnstone

    (@markajohnstone)

    Yes, please. Very much appreciated.

    https://jerryscannabis.ca/

    Plugin Author 5 Star Plugins

    (@5starplugins)

    Hi Mark,

    I see the conflict, your theme sets the form elements to “display: block” which affects our buttons.

    Use this custom CSS, add it under Appearance > Customize > Additional CSS:

    #emav-overlay input:not([type=checkbox]) {
        display: inline-block;
    }

    That should resolve the button alignment issue with your theme’s CSS.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Age Buttons Alignment’ is closed to new replies.