Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #449932

    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

    • This topic was modified 9 years, 5 months ago by akzleung.
    #450139

    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

    #450142

    Hi Yigit,

    You helped me again! thanks a lot!

    Best regards,
    Akzleung

    #450149

    Hi!

    You are welcome, we are always happy to help :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Modify number of columns display on mobile portfolio page’ is closed to new replies.