• Resolved pracko

    (@pracko)


    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)
  • Plugin Support ying

    (@yingscarlett)

    Hi there,

    Can you link us to your site so we can take a look?

    Plugin Support fernandoazarcon2

    (@fernandoazarcon2)

    Hi there! We haven’t heard back from you for a while now so we’re going to go ahead and set this topic as resolved. Feel free to reply if you need any more help.

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.