• Resolved laaze

    (@laaze)


    Hi there,
    I have created a table on one website that is both as i want it and responsive.
    When i export it or create new table in another website with same plugin and all, it is not nice looking or responsive – and it has a background color? 🙂 very strange.
    Custom CSS on both sites are:
    .tablepress .column-2 {
    width: 100px;
    }

    Site where the good table are:
    http://salon-undercut.dk/priser/

    Site where the bad table are:
    http://salon-undercut.dk/beta/priser-paa-klipning/

    Hope someone can help me please 🙂
    /Lasse

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter laaze

    (@laaze)

    Found a way… 🙂

    The colour were because some CSS in my theme custom CSS field – not the plugin custom CSS field.

    Then i made CSS for my table like this (i only have 2 colums per row)

    .tablepress .column-1 {
    width: 65%;
    }

    .tablepress .column-2 {
    width: 35%;
    }

    It acts responsive and all is good now 🙂

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi all,

    thanks for your post, and sorry for the trouble. Also, please excuse the long wait for a reply. I just returned from holidays last night and was not able to reply earlier. Thanks for your understanding.

    Yes, the theme often influences tables as well. Good to hear that you found a solution! 🙂

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘Table acts strange’ is closed to new replies.