Hi
I’m trying to increase the font size for Mobile device event card content. It’s very hard to read..
Of course I don’t want to increase the laptop screen text dimension.
I’m trying to set it in CSS customize panel in Evenon setting.
But I’m not lucky): probably something wrong in my code
@media only screen and (max-device-width : 600px) {.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p{
font-style: normal;
font-size:15 px;
margin-bottom:5px;
}
}
Could you please suggest me the right way to do it?
Thanks a lot.
Hello,
Could you please add this CSS code to EventON > Styles:
@media only screen and (max-device-width : 600px) {
.eventon_full_description .eventon_desc_in p {
font-size: 15px !important
}
}
If you can’t see any change, EventON > turn off Write styles to header > save settings > turn on Write styles to header.
Works fine!
Thanks a lot.
We are glad your issue is resolved, if you have any further questions or concerns please create a new ticket.
If you have a moment, we would greatly appreciate if you could kindly leave us a review at codecanyon! from your account > downloads. Cheers!