Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #948162

    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.

    https://pasteboard.co/HiAKEfO.jpg

    #948910

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.