Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #979019

    Hi there. As it is not possible to merge cells <colspan> with the Module TABLES, I programmed one in HTML.
    Now I need to format the table with CSS, but the tags do not work like I need for:
    table
    tr
    td
    thead

    as the new CSS styles do not overwrite the standard ENFOLD tags, even using !important;

    Any ideas how to style any HTML table?

    #979025

    Hey Stephan,

    You should be able to style the table utilizing quick css. Please provide a link to the site/page in question so we can inspect your table.

    Best regards,
    Jordan Shannon

    #979900

    Got it!

    /* Tabelle */
    tr:first-child th, tr:first-child td {
    font-size: 16px !important;
    }
    was not working.

    /* Tabelle */
    .table-responsive td {
    font-size: 16px !important;
    }

    works now, thanks

    #980165

    Hi klangbildREC,

    Glad that it’s working :)
    Let us know if you need further assistance.

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘table CSS’ is closed to new replies.