• Resolved chris

    (@engintekeli)


    Hello Tobian,

    [table id=3 automatic_url_conversion=true responsive="collapse" datatables_fixedheader=top datatables_fixedheader_offsettop=20 datatables_counter_column=true /]

    but not fully aligned. what should i do?

    also need to fix the mobile page?

    https://prnt.sc/sd0tbh

    https://prnt.sc/sd0yx9

    Thanks

    • This topic was modified 6 years, 1 month ago by chris.
    • This topic was modified 6 years, 1 month ago by chris.

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    You could try setting column widths, but with the !important flag, like

    .tablepress-id-123 .column-1 {
      width: 100px;
    }
    .tablepress-id-123 .column-2 {
      width: 120px;
    }
    .tablepress-id-123 .column-3 {
      width: 80px;
    }

    and so on, each time with the correct table ID and column width.

    Regards,
    Tobias

    Thread Starter chris

    (@engintekeli)

    web page ok but mobile page not working 🙁

    https://denemebonusu.tinytake.com/tt/NDI3OTQyNV8xMzQyNzI5NQ

    can you also send the mail address of your skrill account?

    Thanks

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, I meant to append the !important flag, like

    .tablepress-id-123 .column-1 {
      width: 100px !important;
    }
    .tablepress-id-123 .column-2 {
      width: 120px !important;
    }
    .tablepress-id-123 .column-3 {
      width: 80px !important;
    }

    Can you try again with that?

    Unfortunately, I don’t have a Skrill account, only the options on https://tablepress.org/donate/

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘fixed header and mobile page fixed’ is closed to new replies.