Meetup template - Under Schedules Problems

Meetup template - On mobile view under schedules Date and Day Texts doesn’t show

Hi there

Please provide direct link to the page and reference if needed

Thanks for your response, here is the link MeetUp - Free Bootstrap 4 Template by Colorlib

Hi

Please check attached screenshot, thats how I see it, you dont have the same?
please share screenshot

When the width is smaller than 768, the “Day and Date texts” don’t show

Hi there

it can be fixed by this css code:

@media (max-width: 767.98px){
.ftco-schedule .nav-pills .nav-link {
color: #000000b3 !important;
}
}