Hello
Any ideas why the second row of this archive page is sitting to the right, instead of flowing underneath?
Code I have on the archive page is…
<?php
/**
* The template for displaying posts within the loop.
*
* @package GeneratePress
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<div class="grid-33">
<?php $team_member_image = get_field( 'team_member_image' ); ?>
<?php if ( $team_member_image ) { ?>
<a>" alt="<?php the_title_attribute(); ?>"><img />" alt="<?php echo $team_member_member_['alt']; ?>" /></a>
<?php } ?>
</div>
GeneratePress 2.2.2