Dear Support,
Yiggit earlier resolved the issue I raised (#346829). There is a minor issue that came up with this.
Hi!
Please change the code i posted to following one
.fc-event-inner {
left: 343px;
border-color: inherit;
color: rgb(0, 0, 0);
width: 163px !important;
top: 305px;
background-color: inherit;
}
Regards,
Yigit
Hey!
Please try to use this:
.fc-event-inner {
width: 142px !important;
}
Use css media queries to adjust the width of different screen sizes.
Best regards,
Ismael
Hi Ismael,
It is working now, after doing what you asked above.
Thank you so much.
Meanwhile, I don’t know css media queries. After developing this current website, I will create time to learn css media queries.
Hi!
Glad Ismael could help! You can refer to this tutorial to learn more about media queries – https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Media_queries
Let us know if you have any other questions or issues
Best regards,
Yigit