I found what I changed. The padding of 5% for the Masonry was it. I deactivated it and it is ok now.
#top, #all-posts .av-masonry-image-container {
background-position: unset;
background-size: contain;
background-repeat: no-repeat;
background-color: #FFFFFF;
/*padding-right: 5%;*/
}
This ist activated. I tried to deactivate, but the Content is still left aligned with a white space to the right. It doesn’t fill the whole screen.
Hi there,
I would like to know, if there is a solution for round corners to the masonry grid? I would like to set the border-radius only at the 4 corners of the whole gallery. The images shouldn’t be rounded, except the 4 at the corners: 1 top-left, 1 top right a.s.o.
Could you give me a solution? This would be great!
Viki