Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1493691
    ThorstenFB
    Guest

    Hi,

    is it possible to have 7 rows in the portfolio masonry?

    This tip no longer seems to be valid for the current Enfold version:

    I would be glad if you could help!
    Thanks, Thorsten

    #1493704

    Hey ThorstenFB,

    Thank you for the inquiry.

    This should be possible with a custom css modification. Try to set the Styling > Columns > Column count to 6 columns, then add this css code.

    @media only screen and (min-width: 989px) {
      .av-masonry-col-6 .av-masonry-entry {
        width: 14.28%;
      }
    }
    

    If you need to apply this to a specific Masonry element, try using the Custom CSS Class option as described in the following documentation.

    https://kriesi.at/documentation/enfold/add-custom-css/

    Best regards,
    Ismael

    #1493706

    Perfect!!! Thanks, Ismael.

    #1493708

    Hi,

    Glad we could help! Please don’t hesitate to open another thread if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Portfolio masonry with 7 rows’ is closed to new replies.