@Mike Thank you for the support! This is the solution.
Best regards, Sheila
Hi Mike
Thanks for the reply. I do not want to remove the top padding above and below the whole section.
I want to remove te extra padding (60px) of the first top-left image in the masonry. This is not aligned horizontally with the others on the same row. When you resize the window (to any size) my fix works : all top images are aligned. This is how the images should be aligned when the website loads
Possibly this is caused by the first div with classes “isotope-item av-masonry-item-no-image av-masonry-item-loaded” This had the height of 60px (caused by the padding)
How can this be solved?
Thanks in advance
Best regards
Sheila
hello, I have the same problem at https://florale-extase.nl/
only the paddingtopis 60px;
In the CSS I added
.av-masonry-entry.av-masonry-item-no-image.av-masonry-item-loaded{
padding:0!important;
}
unfornately this only works when you resize the window. Initially it keeps 60px;