That in your screenshot looks great.
Buit maybe I'm doing something wrong cause I don't get it like yours/
Is it correct to afd this to my
#jem .jem-event-info {
margin-right: 15px;
white-space: nowrap;
}
@media (max-width: 768px) {
#jem .jem-event-info {
width: 100%;
}
}
#jem .jem-list-row {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
}
@media (max-width: 768px) {
#jem .eventlist li {
padding: 10px 0;
border-bottom: 1px solid #ccc;
}
}
The line about flex-wrap have tried with the /* a nd */ and also with flex-wrap: nowrap.
But in both ways the layout is not changing as in your screenshot/
I'm not a css expert, so what did I wrong?
Thanks for your patience and support.