• Resolved stevegnh

    (@stevegnh)


    If you browse to the page linked, above the calendar grid view, and just to the right of the month and year drop downs, the “GO” button is a different size and cut off. Is this a template issue, issue with Elementor, CSS? It’s been like this since I loaded the plug in, and I can’t seem to fix it. Thank you.

    • This topic was modified 1 month, 2 weeks ago by stevegnh.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    The width issue is a bug, and is fixed for the next release. The height, however, is caused by your theme, which sets the minimum height for select to 40px, but doesn’t do the same for submit inputs. You could add custom CSS to change this:

    .mc-main input[type=submit] {
    min-height: 40px !important;
    min-width: auto !important;
    }
    Thread Starter stevegnh

    (@stevegnh)

    Excellent, thank you Joe, super helpful. If I do customer CSS, do I need to enable PHP templates and do it as a customization in the CSS for the calendar template?

    Thread Starter stevegnh

    (@stevegnh)

    Nevermind, just in the theme custom css. Just tried it and it worked great. Thanks for the great support and great product. We are a non profit, and really appreciate developers like yourself.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.