• Resolved rcxyz

    (@rcxyz)


    I would like to increase the width of the Date/Time column, but I can’t figure out how to do that. Thanks in advance for your help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You could try this custom CSS and change the with accordingly.

    .css-events-list table.events-table th.event-time {
        width: 400px !important;
    }
    Thread Starter rcxyz

    (@rcxyz)

    Thanks so much for the quick response! I am embarrassed to tell you that I don’t know where to insert the CSS. I tried putting it in the formatting for the Events Page, and that didn’t work. I also tried inserting it in a code block on the Events Page, but it seems that the contents of my events page are replaced by the plug-in. Is that true?

    Sorry for the newbie questions. And thanks again for your help.

    Hello,

    Sorry for the late response, You could check this link on how to add custom CSS on your Website. https://wplift.com/how-to-add-custom-css-to-wordpress

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change column widths in Event Page’ is closed to new replies.