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

    (@tobiasbg)

    Hi Matt,

    thanks for your post, and sorry for the trouble.

    You could try to give it a right margin of e.g. 25% while in responsive mode, i.e. something like

    .DTTT_container {
      margin-right: 25%;
    }

    in the Media Query for the responsiveness in your theme.

    Regards,
    Tobias

    Thread Starter matthewfriedman

    (@matthewfriedman)

    I am not 100 percent sure what that means? can you dumb that down a bit?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    from what I can see, you have some CSS in your theme (probably in the style.css) that uses a CSS Media Query to change certain parts of the page on smaller screens (i.e. where the screen width is smaller). That’s basically what “responsive” means technically.
    If you paste the CSS from above into that, it will only apply for those smaller screens as well, meaning that the TableTools buttons will move a bit to the left there.

    Regards,
    Tobias

    Thread Starter matthewfriedman

    (@matthewfriedman)

    got it. thank you!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure, no problem, you are very welcome!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table Tools extension does appears stationary despite responsive table’ is closed to new replies.