Hi Dave

I think this caused because a margin is displayed at the top of the first 
column but not thereafter. I haven't tested this, but try adding:

/*COLUMNS*/
.twocolumns {
       column-count:2;
       -moz-column-count:2; 
       -webkit-column-count:2;
}
.twocolumns > p:first-child {
       margin-top:0;
}
.threecolumns {
       column-count:3;
       -moz-column-count:3; 
       -webkit-column-count:3;
}
.threecolumns > p:first-child {
       margin-top:0;
}

regards

On Sunday, July 13, 2014 1:20:56 AM UTC+2, David Gifford wrote:
>
> CSS question: I have used for a long time the following CSS. But the first 
> column always begins one item lower than the other two. See 
> http://www.giffmex.org/tw5mall.htm for an example. Is there a way around 
> this?
>
>  /*COLUMNS*/
> .twocolumns {
> column-count:2;
> -moz-column-count:2; 
> -webkit-column-count:2;}
>
> .threecolumns {
> column-count:3;
> -moz-column-count:3; 
> -webkit-column-count:3;}
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to