Title: Responsive &#8211; Cell Width &#8211; horizontal scroll
Last modified: March 8, 2021

---

# Responsive – Cell Width – horizontal scroll

 *  Resolved [agrippaold](https://wordpress.org/support/users/agrippaold/)
 * (@agrippaold)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-cell-width-horizontal-scroll/)
 * Hi Tobias!
 * Thanks for this great plugin.
    It solved really big problems with my tables
 * I have a few questions to ask
    I already use additional pluigns:
 * -responsive tables
    -fix header
 * My template is made with Elementor
    and inside the table I integrate the shortcode
   of Wp Download manger to have a button with which I download 3d models
 * my page always have a section fixed.
    check this page
 * [https://sistem.studiomv.eu/prodotto-sistem/raccorderia/raccorderia-ad-innesto-rapido-serie-metallo/10-fisso-diritto-conico/](https://sistem.studiomv.eu/prodotto-sistem/raccorderia/raccorderia-ad-innesto-rapido-serie-metallo/10-fisso-diritto-conico/)
 * content is boxed to 980px
    inside of this i put your shortcode [table id=114 
   responsive=flip datatables_fixedheader=top datatables_fixedheader_offsettop=565/]
 * – offsettop can be dynamic? base on superior section?
    if not i must adjust for
   each page px – if you try to scroll fix table header change layout, column header
   is no longer aligned check this image [https://ibb.co/xfzLpDy](https://ibb.co/xfzLpDy)
 * For large table example:
    [https://sistem.studiomv.eu/prodotto-sistem/regolatori-di-velocita/regolatori-di-velocita-serie-metallo/46-44-52-mini-regolatore-metricoor-tubo-volantino/](https://sistem.studiomv.eu/prodotto-sistem/regolatori-di-velocita/regolatori-di-velocita-serie-metallo/46-44-52-mini-regolatore-metricoor-tubo-volantino/)
 * short code:
    [table id=237 responsive=flip datatables_fixedheader=top datatables_fixedheader_offsettop
   =565/] We have a responsive issue width of table not work But i have select on
   back end horizontal function but not work [https://ibb.co/zSQh5nT](https://ibb.co/zSQh5nT)
 * In this case for example offsettop=565 is not totally correct 😛
 * Thank you so much for your help
 * Best Regards
 * Riccardo

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-cell-width-horizontal-scroll/#post-14150351)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Here, I would actuall not use the FixedHeader Extension. It’s not been designed
   for such large offets (which can not be calculated automatically), and it does
   not work too well with large tables.
    Instead, you should use a different vertical
   scrolling, that’s already built in. To use that, please remove the FixedHeader
   Shortcode paramaters again, and instead use a Shortcode like
 *     ```
       [table id=114 datatables_scrolly= 400px /]
       ```
   
 * That 400px defines the height of the scrollable table.
    This should also work
   together with the “Horizontal Scrolling” checkbox. It might however not work 
   nicely with the `flip` mode.
 * Regards,
    Tobias
 *  Thread Starter [agrippaold](https://wordpress.org/support/users/agrippaold/)
 * (@agrippaold)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-cell-width-horizontal-scroll/#post-14150999)
 * Thank you so much!!
    Great!
 * Only one
 * [https://sistem.studiomv.eu/prodotto-sistem/regolatori-di-velocita/regolatori-di-velocita-serie-metallo/46-44-52-mini-regolatore-metricoor-tubo-volantino/](https://sistem.studiomv.eu/prodotto-sistem/regolatori-di-velocita/regolatori-di-velocita-serie-metallo/46-44-52-mini-regolatore-metricoor-tubo-volantino/)
 * why i see a additional green line? now? below header of table
    [https://ibb.co/jD22fvF](https://ibb.co/jD22fvF)
 * Best Regards
 * Riccardo
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-cell-width-horizontal-scroll/#post-14151221)
 * Hi,
 * I’m not completely sure. Please try adding this “Custom CSS”:
 *     ```
       .tablepress thead th {
         line-height: normal !important;
       }
       ```
   
 * Also, I would recommend that you don’t make the section with the drawing sticky.
   Otherwise, on small screens, the page is not usable.
 * Regards,
    Tobias
 *  Thread Starter [agrippaold](https://wordpress.org/support/users/agrippaold/)
 * (@agrippaold)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-cell-width-horizontal-scroll/#post-14154833)
 * Thank you Tobia!
    Yes, for mobile we do a different block without sticky.
 * For now still show a bar in cell
    How can we remove or hide it?
 * [https://sistem.studiomv.eu/prodotto-sistem/raccorderia/raccorderia-ad-innesto-rapido-serie-metallo/10-fisso-diritto-conico/](https://sistem.studiomv.eu/prodotto-sistem/raccorderia/raccorderia-ad-innesto-rapido-serie-metallo/10-fisso-diritto-conico/)
 * [https://sistem.studiomv.eu/prodotto-sistem/regolatori-di-velocita/regolatori-di-velocita-serie-metallo/46-44-52-mini-regolatore-metricoor-tubo-volantino/](https://sistem.studiomv.eu/prodotto-sistem/regolatori-di-velocita/regolatori-di-velocita-serie-metallo/46-44-52-mini-regolatore-metricoor-tubo-volantino/)
 * Image:
    (red line) [https://ibb.co/ygdSjW4](https://ibb.co/ygdSjW4)
 * Best Regards
 * Riccardo
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-cell-width-horizontal-scroll/#post-14155011)
 * Hi,
 * ok, please add this to the “Custom CSS” textarea on the “Plugin Options” screen
   of TablePress:
 *     ```
       .dataTables_scrollBody .tablepress thead th {
           padding: 0 !important;
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘Responsive – Cell Width – horizontal scroll’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/responsive-cell-width-horizontal-scroll/#post-14155011)
 * Status: resolved