WordPress Development

As I build WordPress websites for my clients, I share what I learn here as tutorials.

Block-based Widget Areas

Here’s a simple solution for using the block editor outside of the main content area, as a replacement for widget areas.

CSS Grid – Center Last Item

CSS Grid is wonderful for building multi-column layouts, but if you have one less item in your grid than you expected, it will look off balance. I’ll show you how to center the last row.