assetivity1
Hi
You have a missing closing braces for code
/*DT Upcoming events module - mobile */
@media only screen and (max-width: 767px) {
#dtevents .dtevent img {
max-width: 100%;
margin: 0px 15px 0 0;
float: left;
}
in custom.css file
it should be
/*DT Upcoming events module - mobile */
@media only screen and (max-width: 767px) {
#dtevents .dtevent img {
max-width: 100%;
margin: 0px 15px 0 0;
float: left;
}}
Once you add this all code below this code will start working.