Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi Shannon,

    thanks for your question.

    This might be possible with some JavaScript, but maybe a CSS solution is easier:
    Please try adding

    #content .product {
      overflow: visible !important;
    }

    to the “Custom CSS” on the “Plugin Options” screen of WP-Table Reloaded.
    This will basically tell your theme to not cut off the table when it is bigger than the available space.

    Regards,
    Tobias

    Thread Starter winowill

    (@winowill)

    http://www.industrialmaintenanceplatforms.com/ladders/truck-and-dock-access-ladders/tank-top-lifts

    It shows a bit more of it, but still is cut off, anymore ideas?

    Thank you
    Shannon

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Shannon,

    maybe extending this one level higher helps:

    #content,
    #content .product {
      overflow: visible !important;
    }

    Other than that, I don’t have ideas on this, sorry 🙁

    Best wishes,
    Tobias

    Thread Starter winowill

    (@winowill)

    It didnt do anything…
    Is there anyway to have it expand on hover?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    expanding it on hover would also only be able to set these CSS commands, as far as I know. So, this would also not lead to a better outcome.
    Sorry for not having a solution to this.

    You might want to think about changing your theme, so that the table and “Features” section is shown below the image, and then uses the full available width…

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘WP-Table Reloaded’ is closed to new replies.