I’d like to modify the # of columns for items for the portfolio when viewed on the smallest mobile size.
On the smallest mobile size, instead of showing 1 column of images at full width, I need to show 2.
Hi fitzpatrick512!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #top .grid-sort-container .grid-entry {
width: 50%;
margin-bottom: 0;
} }
Cheers!
Yigit
thanks!