I asked ChatGPT and I got this that works great. My only issue is I cannot get my image to be flush right so its not blocked by the date in the upper left corner. Does anyone have any fixes for this?
.eapp-events-calendar-list-item-imageContainer {
width: 125px !important;
height: auto !important;
}
.eapp-events-calendar-list-item-imageContainer img {
width: 100% !important;
height: auto !important;
}
It was related tot eh Grid layout. I am able to change the size of an image in Grid layout using CSS but unable to set its justification to flush right. When I resize an image in Grid layout th image is always flush left and the date thats set in the upper left corner blocks part of the image. SO Im trying to set the image flush right so its all visible.
Sorry the URL I provide is for the List layout that I went with because I couldnt get the CSS to work right in Grid layout.