The spaces between items in Portfolio grid seems to be not equal on Chrome. Seems to be okay on Safari. Was wondering if there’s any fix to this?
The css is set to the following in grid.css
#top .no_margin.av_one_fourth {
width: 25%;
}
Hey zohar!
Thank you for the screenshots.
If I am not mistaken this will vary on different screen resolutions. The script can’t accurately calculate the position of the isotope items. You can add this on Quick CSS or custom.css:
div.grid-sort-container.isotope.no_margin-container.with-excerpt-container.grid-total-even.grid-col-4.grid-links-.isotope_activated {
width: 99.9%;
}
Best regards,
Ismael
Hi!
Seems to be something added on in the child style.css. When I remove all of the custom css there it clears up:
Regards,
Devin
Thanks for your reply.
I’m not sure if the child css is the cause because I can still see the problem on a few versions of Chrome when I remove it.
https://dl.dropboxusercontent.com/u/30287/screenshots/Screen%20Shot%202014-07-22%20at%2015.47.05.png
https://dl.dropboxusercontent.com/u/30287/screenshots/Screen%20Shot%202014-07-22%20at%2015.47.16.png