Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 5 Star Plugins

    (@5starplugins)

    Ah there must be a CSS conflict with your theme or another plugin that’s affecting the text alignment, let me take a look and see if I can provide you with some CSS that will fix that for you.

    Plugin Author 5 Star Plugins

    (@5starplugins)

    I see that your theme or plugin related to Fusion has this CSS causing the issue with the height:

    .fusion-disable-outline input, .fusion-disable-outline select, .fusion-disable-outline textarea {
     outline: 0;
     height: 20px;
    }

    Try adding this CSS to Appearance > Customize > Additional CSS:

    #emav-overlay input:not([type=checkbox]) {
     height: fit-content !important;
    }

    It should override the CSS causing the issue and allow our plugin’s buttons to be the height intended. We will look into adding additional CSS to our buttons to help resolve this in a future version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issues with text alignment inside the buttons’ is closed to new replies.