Comments koeun00 started the conversationNovember 24, 2023 at 5:49amIs 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] repliedNovember 24, 2023 at 8:05amHi 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! Sign in to reply ...
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.
Hi koeun00,
To achieve that just add the code below to your Custom CSS area:
Have a great day!