B_Lundquist Posted May 8, 2022 Posted May 8, 2022 Site URL: https://socialkickswim.com/ Need some help please! I'm trying to get the home page of a blog site in 7.1 and set to 3 columns wide to display all images and titles with even vertical spacing. As it is, some blog titles have a 2nd line, and this means the post below it is adjusted down an extra line of spacing, but not the entire next row. This makes for a very messy looking, misaligned home page. For any given row, I'd like the vertical spacing to the next row below it to reference the lowest point of the above title text. Appreciate any guidance!
Solution tuanphan Posted May 9, 2022 Solution Posted May 9, 2022 I see you used Blog Masonry Layout. Have you tried changing to Grid Layout yet? Or add this to Design > Custom CSS @media screen and (min-width:768px) { div#BlogMasonryContainer { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 40px 40px; height: auto !important; } .blog-masonry .masonry-ready .entry.is-loaded { position: relative !important; width: 100% !important; transform: unset !important; }} B_Lundquist 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment