Unable to get more than two articles in masonry

Home Forums Jevelin Theme Unable to get more than two articles in masonry

Home Forums Jevelin Theme Unable to get more than two articles in masonry

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • elsingaa
    Participant

    I can’t get more than two articles next to eachother in masonry style.Where can I configure that?

     

    Shufflehound
    Moderator

    Hi there,

     

    One of the ways to do it would be by disabling sidebar.

     

    Best regards,

    Shufflehound team

    elsingaa
    Participant

    Hi,

     

    Is there another way? We have a block of ads in the sidebar.

     

    A.J.

    Shufflehound
    Moderator

    At the moment we don’t have any other options for this, but we could create a CSS snippet which would allow you to use 3 masonry items with a sidebar.

    elsingaa
    Participant

    That would be great.

    Shufflehound
    Moderator

    Please try this:

     

    @media (min-width: 1025px) {
    .content-with-sidebar-left .blog-style-masonry article {
    width: 33%!important;
    }
    }

    Let us know how it works.

    elsingaa
    Participant

    Thanks, that works perfectly.

    Shufflehound
    Moderator

    Glad that we could help. 🙂

Viewing 8 posts - 1 through 8 (of 8 total)