Hello
I’m having an issue with the masonry widget on a site build, I have selected a 1 pixel gap on a 1/4 (4 col / 1 row) display but the final vertical gap between columns 3 & 4 is always more like 2 or 3 pixels but other gaps all 1 pixel. Wish I could ignore that but my client wants it fixed :-)
Thanks
Matt
Hey djmathu!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1280px) {
a#av-masonry-1-item-782 {
left: 906px!important;
}}
Best regards,
Yigit
No joy I’m afraid Yigit, see screenshots in private content:
Matt
Hey!
Can you please try following code instead
a#av-masonry-1-item-782 { margin-left: -1px; }
Cheers!
Yigit
Ok that’s fixed the image masonry but the issue continues in the blog masonry (again see screenshot in private content) – it’s like 2px instead of 1px in the right vertical there too.
Thanks a lot
Matt
Hey!
Please add following code to Quick CSS as well
.home #av-masonry-3 a:nth-child(4) {
margin-left: -1px;
}
Regards,
Yigit
Awesome thanks that’s done it. Cheers for your help.
Matt
(Close this ticket)
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit
