• Resolved Jalfa

    (@josephrjoyner)


    Hi Tobias,

    Wonderful plug in – thank you!

    I cannot get horizontal scrolling to work. I have the responsive extension and i’m using responsive=”scroll”. I have also tried selecting “Enable horizontal scrolling, to make viewing tables with many columns easier.”

    Pass for site is: Bristol1923

    Any idea what i’m doing wrong?

    Thanks

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The cause for this seems to be your theme. As soon as the screen width is reduced below 768px (the breakpoint for phones), it seems to be changing certain CSS properties on the page, which result in the scrolling to be turned off.
    I’m not completely sure whether this could have undesired side effects, but you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .woocommerce-tabs {
        float: none;
    }

    Regards,
    Tobias

    Thread Starter Jalfa

    (@josephrjoyner)

    Thanks Tobias. Ive just added that style and unfortunately it hasn’t helped. Do you have any other ideas?

    Much appreciated.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok, we need a higher priority, please use

    .woocommerce-tabs {
        float: none !important;
    }

    Regards,
    Tobias

    Thread Starter Jalfa

    (@josephrjoyner)

    That worked! Thank you 🙂

    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 5 replies - 1 through 5 (of 5 total)

The topic ‘Responsive horizontal scrolling not working’ is closed to new replies.