Grid style issue in GP 3.0 (FREE)
-
Hi, I was using the following code to get the grid style and it was working until I upgraded to version 3.0 which now shows me the title above the featured image.
.blog #main, .archive #main { display: flex; flex-wrap: wrap; margin-left: -20px; } .blog .site-main article, .archive .site-main article { width: calc(50% - 20px); margin-left: 20px; } .blog .inside-article, .archive .inside-article { height: 100%; box-sizing: border-box; }
Code provided by Tom himself in this topic: https://www.ads-software.com/support/topic/why-grid-layout-is-premium/
Could you help me make it like the previous version, featured image above and title below?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Grid style issue in GP 3.0 (FREE)’ is closed to new replies.