Tagged: portfolio grid
I have a portfolio grid on one of the pages and it is set to 3 columns. I noticed that the gap between the 2nd and 3rd columns is slightly wider than the gap between the 1st and 2nd columns. See screenshot via link below.
Hey killyman,
The position is calculated in JavaScript and so the value is rounded and that is why it gets an extra 1px. I tried to control it via css and that did not work out.
Actually, here is an idea:
#top .no_margin.av_one_third[data-ajax-id="3487"] {
margin-left -1px;
}
If you need further assistance please let us know.
Best regards,
Victoria