Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #343783

    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!

    #344531

    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

    #344751

    That did the trick. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Ajax Portfolio Help’ is closed to new replies.