AddToCalendar / addtocalendar

Free customizable JavaScript widget "Add to Calendar" for event page. It allows users to easily schedule the event in their calendar. Learn more: https://addtocalendar.com
87 stars 43 forks source link

How do I make the dropdown become a dropup? #28

Open c0ncise opened 7 years ago

c0ncise commented 7 years ago

Is this possible to do? Thanks!

caseynix commented 7 years ago

You can modify the styles for the .atcb-list selector. Replace top: 100% with bottom: 100% and you'll be good to go. This assumes you have a custom ATC stylesheet on your server. If not, checkout "How to customize style" under the "Style" tab on http://addtocalendar.com/ for steps to set up custom styles.