• Resolved davidbaker

    (@davidbaker)


    When there’s a two line title for the image… the rest of the column is dropped down.

    How can I make all rows level?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Razvan Aldea

    (@raldea89)

    Hello David,

    As this is a Masonry style gallery, it is meant to be more fluid, thus the columns dropping.

    You can achieve what you want however with a little CSS snippet ( add this to your gallery by editing the gallery and going to the Custom CSS tab, or add it to your general Custom CSS in Appearance->Customize->Additional CSS ):

    html body .modula .modula-items.grid-gallery .modula-item .figc {min-height:100px}

    This makes the element that contains the title, in every box, at least 100px, so they will all be equal. It wasn’t meant to work like this, so this should be considered a hack.

    Warmly,
    Razvan

Viewing 1 replies (of 1 total)
  • The topic ‘Making images level’ is closed to new replies.