Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Add more the 5 images in a single row #1100141

    solved

    in reply to: Add more the 5 images in a row #1099611

    Is it possible to solve the problem of responsive seen from mobile?

    in reply to: Add more the 5 images in a row #1099609

    If you insert a custom class in a color-section will be an ID not a class

    #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;
    }
    in reply to: Icon #1099308

    Can anyone tell me how to hide the flipback?

    in reply to: Icon #1099302

    honestly, I believe that by developing a responsive theme the obvious solution is not to create things that don’t work with mobile responsive.

    What is the point of using a responsive theme also for tablets and mobile devices with icons that do not work on mobile? desktop icons only?

    in reply to: Icon #1099286

    any suggestion please ?

Viewing 6 posts - 1 through 6 (of 6 total)