It is possible I create a masonry gallery with 1 column? We only have the choice from two columns.
See the link below. Like the images stay one below the other in a single column.
Hey!
Try adding this code to the Quick CSS:
.av-masonry-col-2 .av-masonry-entry {
width: 100%;
}
Cheers!
Josue
Hello Josue. Thanks for the feedback.
I did what you said. But it was not the way we expected. The images were not the size I showed the model. And the images are distant from each other.
It is to let the images of text width? And bring a picture of another?
EXEMPLE
http://demo.kaliumtheme.com/architecture/portfolio/south-africa-house/
Hey!
I’m a bit confused by your other topic, are you going to use a Masonry element or a Gallery one?
Cheers!
Josue
Josue, I am testing the final result with both options. I have to test both ways to see which option is best.
The test with the gallery was good. I would like to do with the masonry also.
Add this too:
.av-masonry-image-container img {
width: 100%;
}
And place the Masonry Gallery inside a 1/1 Column.
Best regards,
Josue
Josue worked.
The need now is to get the effect it has on the photo. I want to stay static when hover.
And remove the gap between the images.
Add this:
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container{
-webkit-transform: none !important;
transform: none !important;
}
I believe the gap can be adjusted in the element settings.
Regards,
Josue
Josue, Controlling the distance between pictures. Control the gap.
In the settings I put no gap. But the gap continues.
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
Josue
Ok, Josue.
Hey!
Try adding this code to the Quick CSS:
#top .av-inner-masonry-content{
display: none;
}
Cheers!
Josue