• Resolved jessecheruiyot

    (@jessecheruiyot)


    Many thanks for the great plugin!!
    Is it possible to put the title and time on the same line since I only have 2 columns and therefore a lot of width space inside my cells. Having the time on the next line is hiding and I dont want to increase the height or reduce font size to display everything, I’d rather have them side by side.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support dimned

    (@dimned)

    Hi @jessecheruiyot,
    Thanks for your question. You may add custom CSS to adjust the layout in the way you need. For example, you may try to add the code below to Appearance Customize > Additional CSS:

    .mptt-inner-event-content {
        display: flex;
        align-self: center;
    }

    Let me know if it is helpful.

Viewing 1 replies (of 1 total)
  • The topic ‘Put title and time in one line to save space’ is closed to new replies.