• Here is an example at my blog, Mythus. You’ll note that the columns are screwed up. The CSS I used is…

    article {
    	-webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    	-moz-column-count: 2;
    /* Firefox */
    	-ms-column-count: 2;
    	column-count: 2;
    }

    This in the Jetstream custom CSS thing. Any ideas of what’s going wrong?

  • The topic ‘Still Have Trouble With CSS’ is closed to new replies.