Increase the padding between days

Hello everyone :slightly_smiling_face: There was such a question.

Is it possible to increase the indentation (pagination) between the days in the layout “List“?

So

2 Likes

I managed to fix it. To increase the space between days in the List layout, add this to the Custom CSS section:

.eapp-events-calendar-date-element-item { 
padding-top: 40px !important; 
}

It adds extra spacing above each date heading so the days are visually separated.

4 Likes

Oh, that’s cool and what I need! :slightly_smiling_face: :+1:
Thank you.

3 Likes

Hey there, @Mohamed_Ashi, @Tender_S :waving_hand:

Mohamed, your solution is great! A huge thank you for your prompt help :wink:

3 Likes