There is a 1 pixel gap on my ajax portfolio between the middle and right images (see attached link). This also happens on your demo. How do I remove this gap so that the area that is highlighted looks like the left side where the arrow is pointing with no gap? Thanks in advance!
Hey djshortkut!
Thank you for using Enfold.
Portfolio or isotope items’ position are calculated dynamically so this issue may vary on different container width. You can try to adjust the container width by 1 or 2 px on Enfold > General Layout > Dimensions > Maximum Container width. Or add this on Quick CSS or custom.css:
#top div .no_margin {
margin-left: -2px;
margin-top: 0;
}
Regards,
Ismael
That did the trick. Thanks!