Display of event details (plugin: All-in-One Event Calendar) are cut off already for some time now.
Please see here: https://turakanusport.de/Veranstaltung/harrier-sand2020/?instance_id=4319
Can anyone suggest a CSS code fix, please?
Hey nox309,
Sorry for the problem. Please try the following in Quick CSS under Enfold->General Styling:
.ai1ec-time.ai1ec-row div {
padding-left: 17px;
}
Best regards,
Rikard
Hello Rikard,
thanks but unfortunately that did not have any effect, even though I played around with different px values, of course deleting cache.
Is there another option we can try?
Hi,
The CSS I gave you is applying, please try this as well to adjust the rest of the hidden content:
.ai1ec-contact.ai1ec-row {
margin-left: 20px;
}
Best regards,
Rikard
Hey,
Sorry for the late reply.
The solution you gave us did not work (or we got the wrong file). But it did and did bring us to the solution.
I have entered the following into the built-in theme editor of WordPress where I started (cache deleted required :D):
a {max-width: none;}
.ai1ec-contact.ai1ec-row {
margin-left: 20px;
}
.ai1ec-time.ai1ec-row div {
padding-left: 20px;
}
.ai1ec-location.ai1ec-row div {
padding-left: 20px;
}
thanks for the help