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
I can’t get more than two articles next to eachother in masonry style.Where can I configure that?
Hi there,
One of the ways to do it would be by disabling sidebar.
Best regards,
Shufflehound team
Hi,
Is there another way? We have a block of ads in the sidebar.
A.J.
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.
That would be great.
Please try this:
@media (min-width: 1025px) {
.content-with-sidebar-left .blog-style-masonry article {
width: 33%!important;
}
}
Let us know how it works.
Thanks, that works perfectly.
Glad that we could help. š