Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #482583

    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 :)

    #482825

    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

    #484762

    thanks, it helped “a little” ~~ but I guess it’s fine, thanks still :)

    #485069

    Hi,

    Great, glad we could help. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

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