Viewing 15 replies - 1 through 15 (of 18 total)
  • Thread Starter LunaRain

    (@lunarain)

    Also interested how make custom css like in https://websimon.se/websimon-tables/
    Dark blue table, tried so much but nothing happens, except headings.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    the problem with the last column of the tables looks corrupted due to a setting your theme’s CSS.
    You could try to fix this with this “Custom CSS”:

    .wp-table-reloaded [class*="column"]:last-child {
      float: none !important;
    }

    About the coloring:
    This is just a matter of adjusting the CSS from that page to the correct classes/selectors.

    Regards,
    Tobias

    Thread Starter LunaRain

    (@lunarain)

    It is resolved ?? Thanks, will try to setup css template now.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    very cool! Thanks for the confirmation! ??

    Best wishes,
    Tobias

    Thread Starter LunaRain

    (@lunarain)

    by the way it is ifeature pro theme, maybe someone will search.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the additional info! Let’s hope that it is indeed useful for people with the same problem! ??

    Regards,
    Tobias

    Hi,
    I have the same problem with a iFeature theme.

    How and where do i insert the CSS to solve the problem?

    You can see the problem here:
    https://autohjaelp-priser.dk/

    Thread Starter LunaRain

    (@lunarain)

    You just need to put .wp-table-reloaded [class*=”column”]:last-child {
    float: none !important;
    }
    in your WP-Table-Reloaded custom CSS

    In the WP-table plugin? Or do i need to edit a css-file?

    Thread Starter LunaRain

    (@lunarain)

    for sure in WP-Table plugin, just check Plugin options inside.

    I′ve tried that. But it doesn′t have any effect.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    as it seems, the code mentioned above is not in the page. Can you please add it again, and leave it in, even if it does not seem to work? That might help me in finding out what’s wrong.

    Thanks,
    Tobias

    I have put in the code again.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    you put the code in the wrong field. It is supposed to go into the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded, and not into the “Extra CSS class” field on the table’s “Edit” screen…

    Regards,
    Tobias

    My mistake.
    I works great.
    Thanks a lot mate ??

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Last column seems corrupted?’ is closed to new replies.