Home › Forums › Support › Make Page grid responisve This topic has 3 replies, 2 voices, and was last updated 4 years, 10 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts January 24, 2020 at 7:17 pm #1143182 Kilian Hey, i wanted to ask if it is possible with some CSS to style the grid on the homepage to make it responsive, meaning that if i make the screen smaller 4 columns will become 2 columns and if i make the screen smaller again 2 columns become 1 column? Thanks a lot. January 25, 2020 at 7:08 am #1143746 DavidStaff Customer Support Hi there, try this CSS: @media (max-width: 769px) and (min-width: 600px) { .wp-show-posts-columns .wp-show-posts-single { width: 50%; } } January 25, 2020 at 7:48 am #1143784 Kilian Awesome! Thank you very much 🙂 January 25, 2020 at 3:18 pm #1144112 DavidStaff Customer Support You’re welcome Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In