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

    Hi, I want portfolio grids to appear in two columns via mobile, I managed to find perfect help here and this CSS.

    @media only screen and (max-width: 767px) and (min-width: 300px) {
    .responsive #top #wrap_all .grid-sort-container .grid-entry {
    width: 50% !important;
    }
    }

    The problem now is that I want the grid on the home page to be by default, 1 column.
    Is it possible to control with CSS?

    Thanks for a great theme!

    #1248319

    Hey Rebecca,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1248492

    Hi, Sorry for late response. I did fix it today :)

    Thanks anyway!

    #1248537

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘1 column portfolio grid on the start page (mobile) and 2 columns on other pages’ is closed to new replies.