WordPress Developer Ukraine, Kyiv
CSS Grid layout fundamentals for WordPress theme developers

CSS Grid layout fundamentals for WordPress theme developers

CSS Grid is the most powerful layout system ever added to the CSS specification, and for WordPress theme developers who previously relied on float-based layouts or Bootstrap’s 12-column grid it represents a fundamental shift in how page structure is built. Bootstrap’s grid system works well for simple equal-width column layouts but requires nested rows, offset…
Adding wrapper to Gutenberg’s Table block

Adding wrapper to Gutenberg’s Table block

Convert Gutenberg table to Bootstrap table Gutenberg editor compared to default editor it’s very cool. However, its possibilities aren’t unlimited at the moment. And when we’re dealing with tables, we want that they’ll be responsive. In this case, can help us Bootstrap. But how to use Bootstrap tables and Bootstrap adaptive solutions to Gutenberg editor?