Title: Article Grid Layout
Last modified: May 17, 2020

---

# Article Grid Layout

 *  [evanholt](https://wordpress.org/support/users/evanholt/)
 * (@evanholt)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/article-grid-layout/)
 * How can you layout articles in an issue’s page in a grid layout?
 * I am trying to use Issuem, but am facing an issue with the layout of articles.
   I know i can get the articles of an issue with the [issuem_articles] shortcode
   on an issue’s page, but i found no way to arrange them in a proper grid layout.
   I want for example to be able to use a widget (such as elementor’s or one of 
   its addons like live livemesh) to arrange the articles of the current issue in
   a grid layout.
 * Thanks in advance.

Viewing 1 replies (of 1 total)

 *  [ibkarpowski](https://wordpress.org/support/users/ibkarpowski/)
 * (@ibkarpowski)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/article-grid-layout/#post-13071925)
 * Here, let me help you:
 * Go to the customizer of your theme, then to “Additional CSS” and enter something
   akin to this:
 *     ```
       .issuem_archive {
       	display: inline-grid;
       	 grid-template-columns: 200px auto auto 20px;	
       }
       ```
   
 * Et voila!
 * Cheers
    -  This reply was modified 5 years, 9 months ago by [ibkarpowski](https://wordpress.org/support/users/ibkarpowski/).

Viewing 1 replies (of 1 total)

The topic ‘Article Grid Layout’ is closed to new replies.

 * ![](https://ps.w.org/issuem/assets/icon.svg?rev=1314381)
 * [IssueM](https://wordpress.org/plugins/issuem/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/issuem/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/issuem/)
 * [Active Topics](https://wordpress.org/support/plugin/issuem/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/issuem/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/issuem/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [ibkarpowski](https://wordpress.org/support/users/ibkarpowski/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/article-grid-layout/#post-13071925)
 * Status: not resolved