Hi,
how can I set a grid row to display 4 columns on desktop and 2 columns on mobile ?
Thanks
Uri
Hey uribinsted,
This would require some custom css. Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
Hi Jordan,
the link is in the private content
Hi,
Thanks for sharing. Do you mean the homepage columns?
Best regards,
Jordan Shannon
yes :)
Hi,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .av-flex-cells .no_margin.av-zero-padding {
width: 50%!important;
float: left!important;
}}
Best regards,
Jordan Shannon