• Resolved slenells

    (@slenells)


    I am not able to set table border, cell spacing, or any of that using the html editor… Is there a code in the CSS that is overriding the html codes? if so, how can I go about being able to set parameters such as border size, cell spacing, and all table properties. Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author Silkalns

    (@silkalns)

    Tables for this theme are defined by CSS like in any theme. HTML is just structure but everything is done via CSS styling.

    You can increase table body size like this:

    td,tbody th {
    	padding: 25px 2%;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘HTML Tables’ is closed to new replies.