• Resolved garf

    (@garf)


    Hi,

    the title of the event protrudes into the next event, on fluid layout. How can this be prevented? Google font is deactivated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor webnus

    (@webnus)

    Hello @garf,

    Please put the CSS below in MEC Settings > Custom CSS:

    
    /* Fix category issue */
    .mec-event-tile-view article.mec-tile-item .mec-event-detail ul {
        margin-left: 0;
    }
    
    /* Fix event link and location (span) */
    .mec-event-tile-view article.mec-tile-item .mec-event-title a,
    .mec-event-tile-view article.mec-tile-item span {
        word-break: break-all;
    }
    

    Regarding Google Font, please go to MEC Settings > Styling Options > Disable Google Fonts, and enable it.

    Best Regards

    Thread Starter garf

    (@garf)

    Thank you for your answer.

    Sorry, I can’t use Google Font. Our privacy policy prohibits Google Font.

    The CSS code works.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fluid layout and title’ is closed to new replies.