Hi enfold,
Would you please advise me how to make minimum number portfolio items to display on mobile ?
I knew the number of items displayed are depending on the screen size, can i set to at least 2 items to display whatever how big the screen is?
I would like to change from
http://postimg.org/image/4jmrch4dx/
to this
http://postimg.org/image/x8577p9sj/
Thank you very much!
Best regards,
Akz Leung
Hey akzleung!
Please add following code to Quick CSS in Enfold theme options under General styling tab
@media only screen and (max-width: 480px) {
.grid-entry {
width: 50%!important;
}}
Regards,
Yigit
Hi Yigit,
You helped me again! thanks a lot!
Best regards,
Akzleung