• Resolved aditya58singh

    (@aditya58singh)


    Hi, I have added a css in the Plugin only

    .tablepress.compare tr.row-2 {
    /* choose a row number to stick / position: sticky; / make it stick / top: 0; / Set the offset (required) / box-shadow: inset 0 -1px #ddd; / fake border */
    }

    But it is not working properly as 2 row should be sticky.



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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I can see what you are trying to do, but unfortunately, this is still very tricky in web browsers, and there are many prerequisites that need to be fulfilled in order for this to work. For example, there can not be “overflowing” elements in DOM tree above the table.

    TablePress itself is not doing anything to prevent this from working, but I also can’t see what exactly on your site is preventing this, sorry 🙁

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘CSS Not Working On Theme’ is closed to new replies.