Comments 6studiobaum started the conversationJanuary 24, 2024 at 9:35amHey,The homepage on mobile currently shows only 1 column portfolio items. Is it possible to make it show 2 or even 3? My client is inspired by https://www.salmanrushdie.com/ Thanks,S[deleted] repliedJanuary 25, 2024 at 8:45amHi studiobaum,To make two items per row on mobile, you can add thiu code below to your Custom CSS area: @media screen and (max-width: 480px) { .portfolio-holder .portfolio-item.w2 { width: 50%; } }Have a nice day!1 Like 6studiobaum repliedJanuary 25, 2024 at 8:51amOh amazing!!! Thanks Ylli!1 Like[deleted] repliedJanuary 25, 2024 at 8:57amHappy to hear that Sign in to reply ...
Hey,
The homepage on mobile currently shows only 1 column portfolio items. Is it possible to make it show 2 or even 3?
My client is inspired by https://www.salmanrushdie.com/
Thanks,
S
Hi studiobaum,
To make two items per row on mobile, you can add thiu code below to your Custom CSS area:
Have a nice day!
Oh amazing!!! Thanks Ylli!
Happy to hear that