Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created July 1, 2025 09:08
Show Gist options
  • Save jmabbas/0daff51097f432abbc341be52298a0d5 to your computer and use it in GitHub Desktop.
Save jmabbas/0daff51097f432abbc341be52298a0d5 to your computer and use it in GitHub Desktop.
Pizzeria - Search page mobile two columns
@media (max-width: 600px) {
.archive.search .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
grid-template-columns: 50% 50%;
grid-gap: 10px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment