• 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)
  • 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 4 years, 8 months ago by ibkarpowski.
Viewing 1 replies (of 1 total)
  • The topic ‘Article Grid Layout’ is closed to new replies.