.grid {
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
}
Bill Erickson
Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.
About MeReady to upgrade your website?
I build custom WordPress websites that look great and are easy to manage.
Other articles in this series
A starter theme for building Hybrid WordPress Themes
May 29, 2023
A hybrid WordPress theme uses theme.json to define styles and customize the block editor while also using traditional PHP template files. Hybrid themes leverage the block editor for content but…
Hiring a developer to join our team
June 15, 2020
I’m searching for a WordPress Developer to help us build custom WordPress themes and support our clients.
Building a header block in WordPress
July 8, 2019
With a header block, you can customize your page header directly in the Gutenberg block editor.
Custom recipe templates for WP Recipe Maker
October 7, 2019
I frequently work with food bloggers to improve the design, speed, and functionality of their websites. The recipe card is the most important element on the page. It should be…