Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #190159

    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.

    #190338

    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

    #193147

    thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘changing # of items in columns’ is closed to new replies.