• Resolved PauloCot

    (@paulocot)


    Hi,

    I’ve been using the plugin “CSV to Sort Table” – excellent plugin by the way. I had my sort table displaying on my website, even managed to correct the margins to get it over to the left! I then decided to play around to try and get the column width as small as possible as it is a big table with a lot of columns.

    Basically, and I know this is very amateur, I changed the following code in the css part of the plugin:

    table.sortable {
    border-collapse: collapse;
    clear: both;
    width: 100%;

    To:

    table.sortable {
    border-collapse: separate;
    clear: both;
    width: 100%;

    This completely ruined the table and is now displaying this https://pesmasterleague.com/home/mldb/

    I’ve obviously changed it back to collapse but it still isn’t working and I can’t for the life of me figure out why!

    Anyone with any ideas? Any help would be much appreciated.

    Thanks,
    Paul

  • The topic ‘Border Collapse – PROBLEM’ is closed to new replies.