• Resolved mcvlot

    (@mcvlot)


    Dear experts,

    For some reason recently a wordpress table get forced to 934 pixels width (which is close to the width of the theme). Since this is element level CSS it is not possible to override it. Does the plugin generate this and how can I prevent that?

    Here the table element that it generates:

    <table id=”tablepress-3″ class=”tablepress tablepress-id-3 dataTable no-footer” role=”grid” style=”width: 934px;”>

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mcvlot

    (@mcvlot)

    Sorry all, fixed this myself, but still unclear why this problem emerged.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is the calculated with, using JavaScript. You should be able to set the width with CSS, and the JS value will take that into account.

    But good to hear that you found a solution already! ??

    Best wishes,
    Tobias

    Thread Starter mcvlot

    (@mcvlot)

    Thanks Tobias – I looked at the debug window of chrome which does not show the source code but includes JS mods of the style attributes. It is also clear toi me why it large suddenly became so large. Thanks!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem! ??

    Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘table width get’s set in table element’ is closed to new replies.