As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2724438
Customize Event Calendar
Closed

Comments

  • Fausto started the conversation

    Hello, Is there a way to customize graphics of event calendar?


  • [deleted] replied

    Hello Fausto,

    thank you for reaching out!

    We only have one layout for the Event calendar currently; for now you can try hiding it with this code:

    #am-event-calendar-page > div.am-event-calendar-holder > div.am-event-upcoming.am-event-right {
        display: none!important;
    }
    
  • Fausto replied

    Hello, thank you for your reply: but now I see the calendar at 3/4 of the width: how can I extend it to 100% of the width? (https://escursioni.ilponticello.net/canoa-forra-delle-marmitte/)

  • [deleted] replied

    Hello Fausto,

    I apologize for the later response as we don't work on weekends.

    We are working on the width and it will be included in one of our future updates; for now, as the events calendar is responsive to the width of your page you can try modifying your page's template to adjust the width.