Glark Profile Topics Started Replies Created Engagements Favorites Forum Replies Created list of topics you have created till now. GlarkParticipant 5 July 2021 at 02:56 Posted in : Navbar: Vanilla Style CSS vs Transparent CSS #72542 I went a different direction with the design and I can use all light-on-dark options now so you can ignore / delete this question. Thanks. GlarkParticipant 17 June 2021 at 21:37 Posted in : Square Archive Image Using Grid -> Grid Type Fit Row #72418 Thank you @serkan. I did that but I don’t think it’s a case of the image is being displayed incorrectly in but rather “fit row” uses a 16:9 (or so) aspect ratio but “masonry” uses a square 1:1. ETA: Found the code to change on my end: functions-layout-grid.php if ($blog_grid_type == ‘fitRows’) { the_post_thumbnail(‘episody_image_size_4’); } else { the_post_thumbnail(‘episody_image_size_2’); } And just changed that 4 to 2. Viewing 2 posts - 1 through 2 (of 2 total)