2 columns for grid layout in mobile

[ad_1]

how to get two columns in mobile for grid layout?

Tried the below code it worked in inspection mode but when applied it doesn’t work

@media screen only (max-width: 797px) {
.grw-reviews{
display:grid !important;
}
.wp-gr .grw-reviews {
display: grid !important;
grid-template-columns: repeat(2, 1fr) !important;
gap: 1px;
overflow: hidden;
scrollbar-width: none;
flex: none;
}
}

Thanks

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer