Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Have a look at the column_widths shortcode parameter in the documentation:

    <snip>

    [table id=1 alternating_row_colors= false column_widths=”40px|50px|80px|40px” /]

    </snip>

    *n.b. I had a little trouble with column_widths when using #colspan#

    Hope this helps 🙂

    Thread Starter lwijntjes

    (@lwijntjes)

    That helped indeed! Thanks a lot!

    Thread Starter lwijntjes

    (@lwijntjes)

    Actually it worked for firefox but not for safari and internet explorer 🙁

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    instead of using the Shortcode parameters, I suggest to use some CSS code. Please try adding

    .wp-table-reloaded-id-1 .column-1,
    .wp-table-reloaded-id-2 .column-1,
    .wp-table-reloaded-id-3 .column-1 {
      width: 100px !important;
    }

    to the “Custom CSS” textarea on the “Plugin Options” screen of WP-Table Reloaded.

    Regards,
    Tobias

    Thread Starter lwijntjes

    (@lwijntjes)

    Worked like a charm. Thanks a lot Tobias!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    sure, no problem! You are very welcome!

    Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Fixed Column width’ is closed to new replies.