hi,
We expect the grid row to be no border between images, but there seems to be a tiny border line appeared randomly (you can adjust the browser window and see it in action).
is there anyway to remove this tine border line?
here: http://screencast.com/t/w4A8CXIiry
thank you :)
Hi decode!
Not sure if there is going to be a way to fix that. I think it’s because we have the widths set to a fraction of a percentage. It’s like a complex mathematical problem where the browser cannot decide to cover 1 more column of pixels or not.
You could try adding this to your custom CSS to improve it a bit.
#top .no_margin.av_two_third {
width: 66.7% !important;
}
Best regards,
Elliott
thanks, it helped “a little” ~~ but I guess it’s fine, thanks still :)