Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey everyone.
    Great plugin, thank you.

    I have the same problem. The width goes out of the viewing window and I can’t see the edges. I can scroll left-right, but I would prefer to have the table fit my window. Also, it would be great to adjust the width of the individual columns (eg. left column more narrow than the remaining ones, etc.).

    Thanks for your help.

    Plugin Contributor wpsoul

    (@wpsoul)

    Maybe your theme has own styles for tables which overwrite styles of table. Because, by default, table fit container width. Provide link on page

    Add this to your css;

    .wpsm-comptable td {
    min-width: 1px;
    }

    Plugin Contributor wpsoul

    (@wpsoul)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to shorten width’ is closed to new replies.