Display:flex not being applied to Grid wrapper on archives
-
I think there’s a CSS bug with the Grid on archives and the blog.
Problem is that on archives & blog, .gb-grid-wrapper is not being set to display:flex.
This is causing my icons (grid columns) to display vertically instead of horizontally on only the blog and archives, but not posts or pages.
I can’t find any overrides in my custom CSS file to cause this so I assume this is a bug.
To temporarily fix it, I added the following to my custom CSS file, but this is not an ideal long-term solution.
.blog .gb-grid-wrapper, .archive .gb-grid-wrapper {display: flex;}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display:flex not being applied to Grid wrapper on archives’ is closed to new replies.