I updated the screenshot and updated a class in the glmBlocks. Continuing
to test thing out.
<?php $blocks = fetch_all_glm_blocks();?>
<div class="blocks">
<?php foreach ($blocks as $block):?>
- <div class="text-center small-12 medium-6 large-3 columns large-text-left block">
+ <div class="text-center small-12 medium-3 columns large-text-left block">
<?php if($block->url):?>
<a class="glm-block-image-container" href="<?php echo $block->url;?>"<?php if($block->externalUrl){echo ' target="_blank"';}?>>
<?php endif;?>