Hi @andrewleonard, thanks for reaching out to us. Sorry to hear that you’re having this issue here.
I went ahead and investigated the issue, and I was able to replicate it. This looks like a bug in our plugin. We do have an existing internal bug ticket for this, and I have added your case to it. Thanks for all the details, I will definitely pass it along to our devs.
As a workaround, I would suggest applying a Custom CSS on your current style selecton. Go to Appearances → Customize → Additional CSS, and insert this CSS here:
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
width: 300px !important;
padding: 10px !important;
}
Or you could hide the SVG using the Skeleton Styles using this Custom CSS here:
svg.tribe-common-c-svgicon--cal-export{
display: none;
}
.tribe-common .tribe-common-c-svgicon {
display: none;
}
I am unable to provide an exact date or time estimate for when this bug will be fixed, but you’ll be notified when there are any updates.
Appreciate your patience, and we’re looking forward to helping you solve this. If you do have other concerns or issues you need help with, please create another ticket, as it helps us track different issues.
Again, thank you for your patience.
Cheers,
Abz
________________________
Internal Bug Ticket Reference:
TEC-4399