In this quick JetEngine tutorial, I’ll show you how to center the last row of your listing grids using a simple CSS trick.
CSS Code:
selector .jet-listing-grid__items { place-content: center; }
In this quick JetEngine tutorial, I’ll show you how to center the last row of your listing grids using a simple CSS trick.
CSS Code:
selector .jet-listing-grid__items { place-content: center; }