How to Fix a Hidden Add to Calendar Button

Опубликовано: 21 Июнь 2026
на канале: AddEvent
565
1

Are users clicking your AddEvent Add to Calendar button but not seeing all the calendar options? This common issue is usually caused by a website’s CSS overflow setting, and luckily, it's easy to fix!

To resolve a hidden Add to Calendar button issue on your website, follow these steps:

1: Open your website’s HTML or CSS editor.
2: Find the specific container (div, section, or widget) where the Add to Calendar button is embedded.
3: Look for any CSS rules with "overflow: hidden;" applied to that container.
4: Remove "overflow: hidden;" or change it to "overflow: visible;" so dropdown options can expand fully.
5: Save and publish your website updates.

Once you update the CSS, your AddEvent Add to Calendar button will correctly display all available calendar options for your users, ensuring a smooth and seamless experience!