• Resolved fifle

    (@fifle)


    Thanks for great plugin! Well done! But still, some questions coming up…

    I can’t make the table header sticky. Tried to use HTML5 option position: sticky; for tr and td tags under my child theme css file but still can’t get the result.

    Could you tell us how to leave the table header (columns) row and timeslots sticky?

Viewing 1 replies (of 1 total)
  • Plugin Contributor motopress

    (@motopress)

    Hi @fifle,

    Thank you for your question and accept apologies for a delay. Here is a CSS code that makes header of the table sticky:

    table.mptt-shortcode-table thead th {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 10;
    }
Viewing 1 replies (of 1 total)

The topic ‘Can’t make table header sticky’ is closed to new replies.