• Resolved lorenzop

    (@lorenzop)


    Hello!
    I’m trying to obtain a masonry effect with no white space (or just a few px) between the thumbnails.
    I’ve managed how to get it on left and right, but still have problems with the top and bottom of images.
    I’m using some custom css for avoiding future upgrades issues.

    This is a screenshot of what i get so far:
    screehshot of how is now

    thank for your help

Viewing 1 replies (of 1 total)
  • Thread Starter lorenzop

    (@lorenzop)

    If someone is interested I found that the white space was given by the font-size property,
    so changing it like

    #da-thumbs {
        font-size: 3px;
    }

    in custom css does the job.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing white space around thumbnails’ is closed to new replies.