Hi,
When I look at the masonry shop on my homepage on the pc at my workplace everything is quite normal. The thumbnails are big and everything is in the middle.
If I look at the masonry shop but now at home, the thumbnails are much smaller and no longer positioned in the middle. At home but I tried all the browsers (Edge, IE, Chrome, Firefox) but nothing changes. what can this be?
Hey nightpilot,
Could you post a link to the page in question so that we can take a closer look please?
Best regards,
Rikard
any ideas?
Hi nightpilot,
Please try the following css:
@media only screen and (min-width: 1800px) {
.responsive.html_stretched .av-masonry-col-flexible .av-masonry-entry, .responsive.html_av-framed-box .av-masonry-col-flexible .av-masonry-entry {
width: 25.6%;
}
.av-masonry-entry .av-inner-masonry-content {
padding: 10px;
}
}
Best regards,
Victoria