Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1099770

    Hi All

    the discussion has already been opened:

    kriesi.at/support/topic/add-more-the-5-images-in-a-row/#post-1099611

    #eight-columns .entry-content-wrapper.clearfix {
      display: flex !important;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start;
    }
    #eight-columns .entry-content-wrapper .flex_column {
      flex: 0 1 10%;
      margin: 0 !important;
    }

    the function code work but the columns are no longer responsive when viewed from mobile.

    is there a way to set it responsive as when it is in 5 columns?

    thanks for any support

    • This topic was modified 5 years, 6 months ago by aforta.
    #1100141

    solved

    #1100207

    Hi,

    Thank you for letting us know – we appreciate it.

    Best regards,
    Basilis

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