Viewing 5 replies - 1 through 5 (of 5 total)
  • Easiest way I found:

    In main.css, look for table.fc-border-separate

    Add !important to border-collapse: seperate.

    The whole thing should look like this:

    table.fc-border-seperate {
      border-collapse: seperate !important
    }

    I suggest making a child theme/skin though so this doesn’t get removed during an update

    Thread Starter joannarejdych

    (@joannarejdych)

    Unfortunately, I don’t havetable.fc-border-seperate in my style.css

    I tried to paste whole code provided by you but there nothing has changed.

    I have the same problem. Except only the right border is missing. I also couldn’t find “fc-border-seperate” in the main.css.

    I have done some snooping, and found that code in both fullcalendar.css and fullcalendar.min.css. I have changed them both, but nothing happened.

    In your main CSS (that of your theme, not of the plugin)

    find something like:

    .art-article table, table.art-article
    {
    border-collapse: collapse;
    margin: 1px;
    }

    change margin to 0px

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP Fullcalendar – right and bottom border is missing’ is closed to new replies.