Loading...
 
Features / Usability

Features / Usability


Re: Column spacing question

posts: 3665 United States

It looks like you're using the SPLIT plugin to create the table/columns. You could modify the CSS to add padding around each cell. For example:

Copy to clipboard
.wikiplugin-split td {padding:1em}

Of course, this will add spacing around all cells.

Alternatively, if you only want spacing around the text in the right column, you could add a custom class to the text:

Copy to clipboard
{DIV(class="myCustomClass")} If you'd like to add an annotation, please click the pencil-and-paper icon to the immediate upper-right and type away. {DIV}
and then add CSS to increase the left-side spacing for that text:
Copy to clipboard
.myCustomClass {padding-left:1em}


See the Tiki docs for details on adding custom CSS to your site on the Look & Feel page.

HTH,

- Rick | My Tiki Blog | My Tiki UserPage

Why be a dummy? Get smarty! TikiForSmarties.com
Tiki for Smarties, your source for the best (and only) Tiki books, guides, and tutorials.
There are no comments at this time.