Okay
  Public Ticket #3528965
portfolio page
Closed

Comments

  • koeun00 started the conversation

    Is there a way to make the portfolio page appear in two columns on mobile screens? 


    Since there is only one column, the scrolling becomes too long.

  • [deleted] replied

    Hi koeun00,

    To achieve that just add the code below to your Custom CSS area:

    @media screen and (max-width: 480px) {
      .portfolio-holder .portfolio-item.w4 {
        width: 50%;
      }
    }

    Have a great day!