Loading...
 
Themes

Themes


Re: How to change CSS for Cyborg theme to remove backgrounds and borders of embedded tables?

Israel

Ah... the SPLIT plugin, long time I didn't use it...

I didn’t dive into your problem, but I think that you should consider using the DIV plugin and bootstrap V3 grid system for Tiki 18 or bootstrap V4 grid system for Tiki 19.

I prefer using this to have better control and more options for mobile.

Sample;

Copy to clipboard
{DIV(class="row")} {DIV(class="col-md-6")}Col1{DIV} {DIV(class="col-md-6")}Col2{DIV} {DIV}


And if your Tiki has user that should edit the page but you don’t want them to break or touch the code you have plenty of options (plugin include, wiki template, etc).


There are no comments at this time.