• Resolved joesutton

    (@joesutton)


    .tablepress-id-4 .column-6 {
    min-width: 300px;
    }

    The above is the only CSS I am using. When logged in, I see it the way I want it to be. But I cannot get it to take effect while logged out. I have disabled caching from the page with the table, ensured there is no CSS minification or other settings that might affect this. please advise.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Where exactly did you add the CSS code? In the “Custom CSS” files, there’s

    .tablepress-id-4 .column-6 {
    	width: 100% !important;
    }

    right now.
    If you did indeed put that CSS into the TablePress “Custom CSS” text area, the server might be preventing the files from being updated. To get that working again, please try connecting to your server via FTP and delete the three files

    /wp-content/tablepress-custom.css
    /wp-content/tablepress-custom.min.css
    /wp-content/tablepress-combined.min.css

    Then, please save the “Custom CSS” again, to recreate the files.

    Regards,
    Tobias

    Thread Starter joesutton

    (@joesutton)

    I added it to the plugins options area. I changed the code to:

    .tablepress-id-4 .column-6 {
    width: 250px !important;
    min-width: 250px !important;
    }

    based on reading some forum replies.

    I deleted those tables from the server and re-saved. No changes for logged out users.

    Is there a way to share screenshots to show you the difference I see logged in vs logged out?

    Thread Starter joesutton

    (@joesutton)

    Perhaps this:

    Logged IN: https://drive.google.com/file/d/1RyqjDj_4Xuy90QNNCGwnE1cxwxpBlixJ/view?usp=sharing

    Logged Out: https://drive.google.com/file/d/152VtItsmR57WklVvSSKLY8VMTDXvJLl7/view?usp=sharing

    Notice: When logged in, the last two columns are a part of the dropdown items, and column #6 is wider than the rest. When logged out, all columns are visible, and column 6 is not as wide as it should be.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    can you please try turning off the “Horizontal Scrolling” checkbox on the table’s “Edit” screen. That might be interfering here.

    Note that the collapsing is not necessary by default, which is why the behavior when logged-in might actually be wrong here…
    To force it, you might have to set those 250px to a higher value, like 500px, maybe.

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Column Width CSS not working on logged out users’ is closed to new replies.