• Resolved nosferatu12

    (@nosferatu12)


    Hello,

    Only recently have I noticed that the table header is no longer automatically adjusting to the different Responsive Modes.

    I have never had any problems with the automatic optimized adjustment of my headers in the tables. The content is also displayed correctly. Only the header now no longer adapts to the size, especially with the mobile and tablet variant, the problem is greater.

    The table areas are also not cut off, they are still displayed on the whole length of the website. It’s really just the header is no longer automatically resized.

    For my website I list movies, I have tried some plugins. But TablePress was the best solution for me so far. Really a great plugin!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter nosferatu12

    (@nosferatu12)

    Perhaps the update “HT Mega – Absolute Addons for Elementor Page Builder” to version 1.8.1 is also to blame for the fact that the header now no longer adapts to the page.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    There’s indeed CSS code from that HT Mega plugin that seems to influence this. To fix the layout, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
        word-break: normal;
    }

    Regards,
    Tobias

    Thread Starter nosferatu12

    (@nosferatu12)

    Thanks for the quick help. Good job!

    For sentence separation and automatic adjustment in Responsive Mode, the code works.

    Unfortunately the arrows for the individual search for the page visitor are still in the header and cover the header texts. Do you have any idea how to solve this as well? Or do I need to turn off the custom search on every page I use TablePress on. I really like the function for the website user.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ah, I hadn’t seen that, sorry. To also fix this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress .sorting,
    .tablepress .sorting_asc,
    .tablepress .sorting_desc {
        padding-right: 20px !important;
    }

    Regards,
    Tobias

    Thread Starter nosferatu12

    (@nosferatu12)

    Hi Tobias,

    it works very well. Thank you for your fast reply and the Code.

    I am still very happy with the Plugin.

    Thank you for the good work on it!

    Regards,
    Adrian

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias
     
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Header text has changed recently’ is closed to new replies.