Comments 1Carlos Lazarini started the conversationAugust 21, 2017 at 3:54pmHi, I need my portfolio items to show in 2 columns on mobile devices. I tried to find the solutions on the tickets and on the theme forest comments and the only thing I found was this css custom code, but it doesn't seem to be working anymore. \ @media screen and (max-width: 480px) { #isotope-container .isotope-item.w3, .portfolio-holder .isotope-item.w3 { width: 50% !important; } } Any idea how to do it? Thanks, Carlos[deleted] repliedAugust 22, 2017 at 7:02amHi Carlos,Can you please add the code below to your Custom CSS area: @media screen and (max-width: 480px) { .portfolio-holder .portfolio-item.w4 { width: 50% !important; } }1 Like 1Carlos Lazarini repliedAugust 22, 2017 at 2:51pmThanks Ylli, it works!I also added padding:0 otherwise it looks pretty strange between the columns.Have a nice day.1 Like[deleted] repliedAugust 23, 2017 at 6:42amHi Carlos,I'm glad to hear thatHave a nice day for you too. Sign in to reply ...
Hi,
I need my portfolio items to show in 2 columns on mobile devices.
I tried to find the solutions on the tickets and on the theme forest comments and the only thing I found was this css custom code, but it doesn't seem to be working anymore.
\
Any idea how to do it?
Thanks,
Carlos
Hi Carlos,
Can you please add the code below to your Custom CSS area:
Thanks Ylli, it works!
I also added padding:0 otherwise it looks pretty strange between the columns.
Have a nice day.
Hi Carlos,
I'm glad to hear that
Have a nice day for you too.