Theanedre Posted February 21, 2023 Share Posted February 21, 2023 Hello! I wonder if anyone can help me. Maybe I'm blind, but I feel I've tried "everything". No matter what I do, only one blog post appears on the phone. I wish I had at least two columns. On PC there are four, so there is no problem there.https://www.theanedre.com/blogg Link to comment
tuanphan Posted February 25, 2023 Share Posted February 25, 2023 I see you figured it out with this CSS code? @media only screen and (max-width: 767px) { .blog-basic-grid { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)) !important; grid-column-gap: 5px !important; grid-row-gap: 5px !important; grid-auto-rows: min-content !important } } 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment