How do I make the "recently updated" macro two columns?

Matt Garcia August 27, 2015

Currently the recently updatede macro lists all the content in one column. How can I get the macro to fill in two columns rather than down one single column. Take a look at the screenshot I am trying to achieve. Thanks. columns.png

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Milo Test
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 4, 2015

Try this:

  1. Add the CSS Stylesheet macro
  2. Enter this in the body:

    div.newspaper {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
    }
  3. Add the div macro
  4. Edit the div macro and set the Class: newspaper
  5. Put the Recently Updated macro in the body of the div macro

Tip: For some added fancyness, see below. 

image2015-9-4 17:7:39.png

TAGS
AUG Leaders

Atlassian Community Events