Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1233936

    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?

    • This topic was modified 4 years, 4 months ago by nox309.
    #1234468

    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

    • This reply was modified 4 years, 4 months ago by Rikard.
    #1234664

    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?

    #1235043

    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

    #1237809

    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

    #1237816

    Hi,

    Glad you figured it out and thanks for sharing your solution!
    Enjoy your weekend :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Event details cut off (All-in-One Event Calendar)’ is closed to new replies.